|
UtilsRemoveNonPrintableCharacters Method
|
removes non-printable characters from a string.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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