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