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