[]
Sets the current range of characters.
public void Set(char from, char to)
Public Sub [Set](from As Char, [to] As Char)
| Type | Name | Description |
|---|---|---|
| char | from | The starting character of the range. |
| char | to | The ending character of the range. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if |