SnapshotPoint.GetChar Method

Definition

Gets the character at the position of this snapshot point.

public:
 char GetChar();
public:
 char16 GetChar();
char GetChar();
public char GetChar ();
member this.GetChar : unit -> char
Public Function GetChar () As Char

Returns

The character at the position of this snapshot point.

Exceptions

if the position of this point is equal to the length of the snapshot.

Applies to