ConverterReader.Peek method
Reads the converted character that will be returned by the next call to the Read method.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides Function Peek As Integer
'Usage
Dim instance As ConverterReader
Dim returnValue As Integer
returnValue = instance.Peek()
public override int Peek()
Return value
Type: System.Int32
The next character to be read.
Remarks
The returned value is -1 if no more characters are available.