Gets class of the character at given index.

Namespace: Sgry.Azuki
Assembly: 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: CharClass
The class of the character at specified index.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionSpecified index is out of valid range.

See Also