[]
Represents a continuous range of characters.
public class CharacterRange
Public Class CharacterRange
| Name | Description |
|---|---|
| From | Gets the starting character of the range. |
| IsAll | Gets a value indicating whether the range includes all characters. |
| To | Gets the ending character of the range. |
| Name | Description |
|---|---|
| All() | Sets the range to include all characters. |
| InRange(char) | Checks whether a given character is in the current range. |
| Set(char, char) | Sets the current range of characters. |
| ToString() |