Method ExtString.Remove
Overload
Removes part of this string.
public static string Remove(this string t, Range range)
Parameters
Returns
|
string
The result string. |
Exceptions
|
ArgumentOutOfRangeException
Invalid ranget. |