Click or drag to resize
AlphabetToChars Method
Returns the characters corresponding to the argument indices.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string ToChars(
	int[] indices
)

Parameters

indices
Type: SystemInt32
the indices

Return Value

Type: String
the characters corresponding to the indices indices
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionunless every index is between 0 and R - 1
See Also