Show / Hide Table of Contents

Method ExtString.Remove


Overload

Removes part of this string.

public static string Remove(this string t, Range range)
Parameters
t  (string)

This string.

range  (Range)

Part of this string to remove.

Returns
string

The result string.

Exceptions
ArgumentOutOfRangeException

Invalid ranget.