TextPosition.GetCurrentChar method

Gets the character at the text position.

public char GetCurrentChar()

Remarks

Throws IndexOutOfRangeException if the text position is at the end of the text.

See Also