Method ExtString.Trim
Overload
Removes specified characters from the start and end of this string.
public static string Trim(this string t, string chars)
Parameters
Returns
string
The result string. |
Exceptions
ArgumentNullException
chars is |