String.Trim Method
.NET Framework 2.0
Removes all occurrences of a set of specified characters from the beginning and end of this instance.
| Name | Description |
|---|---|
| String.Trim () | Removes all occurrences of white space characters from the beginning and end of this instance. Supported by the .NET Compact Framework. |
| String.Trim (Char[]) | Removes all occurrences of a set of characters specified in an array from the beginning and end of this instance. Supported by the .NET Compact Framework. |