Click or drag to resize

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)
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