Gets a character at specified index.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public char GetCharAt(
	int index
)
Visual Basic
Public Function GetCharAt ( 
	index As Integer
) As Char

Parameters

index
Type: System..::..Int32

Return Value

Type: Char

Exceptions

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

See Also