Click or drag to resize

StringUtilsConsolidateWhitespace Method

Consolidate each block of whitespace in the string into a single blank and trim whitespace from start and end of string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ConsolidateWhitespace(
	string s
)

Parameters

s
Type: SystemString
The string to consolidate.

Return Value

Type: String
The consolidated string.
See Also