Click or drag to resize
StringExtrasMergeWhiteSpace Method
merges all consecutive whitespace into one character

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string MergeWhiteSpace(
	string origString,
	char mergeTo = ''
)

Parameters

origString
Type: SystemString
mergeTo (Optional)
Type: SystemChar

Return Value

Type: String
See Also