Removes all leading and trailing white-space characters from the current
String object.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax Return Value
Type:
StringThe string that remains after all white-space characters are removed from the start and end of the current string.
See Also