Click or drag to resize

StringUtilsTrim Method

Trim leading and trailing whitespace from the string.

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

Parameters

s
Type: SystemString
The string to trim.

Return Value

Type: String
The trimmed string.
See Also