|
UtilsRemoveNonPrintableCharacters Method
|
removes non-printable characters from a string
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string RemoveNonPrintableCharacters(
string s
)
Public Shared Function RemoveNonPrintableCharacters (
s As String
) As String
public:
static String^ RemoveNonPrintableCharacters(
String^ s
)
static member RemoveNonPrintableCharacters :
s : string -> string
Parameters
- s
- Type: SystemString
string where non-printable characters need to be removed
Return Value
Type:
Stringstring with printable characters only
See Also