Freigeben über


ConverterReader.Peek Method

The Peek method reads the converted character that will be returned by the next call to Read.

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

Remarks

The returned value is -1 if no more characters are available.