Click or drag to resize
StringExtrasCleanString Method
removes \n \r and \0 from the start and end of a string

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string CleanString(
	string origString
)

Parameters

origString
Type: SystemString

Return Value

Type: String
the 'cleaned' string
See Also