IToolsStripUnderline Method |
Returns a string with underline stripped out
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax string StripUnderline(
string Str
)
Function StripUnderline (
Str As String
) As String
String^ StripUnderline(
String^ Str
)
abstract StripUnderline :
Str : string -> string
Parameters
- Str
- Type: SystemString
String
Return Value
Type:
StringA stripped string
See Also