Click or drag to resize

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)
Syntax
public static string RemoveNonPrintableCharacters(
	string s
)

Parameters

s
Type: SystemString
string where non-printable characters need to be removed.

Return Value

Type: String
string with printable characters only.
See Also