Gets class of the character at given index.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public CharClass GetCharClass( int index ) |
| Visual Basic |
|---|
Public Function GetCharClass ( index As Integer ) As CharClass |
Parameters
- index
- Type: System..::..Int32
The index of character which class is to be determined.
Return Value
Type: CharClassThe class of the character at specified index.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Specified index is out of valid range. |