DocDataTextReader.Peek Method

Definition

Gets the current position in the text.

public:
 override int Peek();
public:
 override int Peek();
 override int Peek();
public override int Peek ();
override this.Peek : unit -> int
Public Overrides Function Peek () As Integer

Returns

The current position, or -1 if the current position is equal to or greater than the length of the text.

Applies to