Click or drag to resize
AlphabetToChar Method
Returns the character corresponding to the argument index.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public char ToChar(
	int index
)

Parameters

index
Type: SystemInt32
the index

Return Value

Type: Char
the character corresponding to the index index
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionunless index is between 0 and R - 1
See Also