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