The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
String::Trim Method
.NET Framework (current version)
Returns a new string in which all leading and trailing occurrences of a set of specified characters from the current String object are removed.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Trim() | Removes all leading and trailing white-space characters from the current String object. |
![]() | Trim(array<Char>^) | Removes all leading and trailing occurrences of a set of characters specified in an array from the current String object. |
Show:
