The overloads of Trim
are listed below. For a list of all members, see the String Members list.
Public Methods
| Trim() : string Removes all occurrences of white space characters from the beginning and
end of the current instance. |
| Trim(params char[]) : string Removes all occurrences of a set of characters provided
in a character Array from the beginning and
end of the current instance. |