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
)
Public Shared Function Trim (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to trim.
Return Value
Type:
StringThe trimmed string.
See Also