Compartir a través de


ConverterReader.Read Method

The Read method reads the next character from the input stream.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides Function Read As Integer
'Usage
Dim instance As ConverterReader
Dim returnValue As Integer

returnValue = instance.Read()
public override int Read()

Return Value

Type: System.Int32
If successful, the return value for the Read method is the character read. Otherwise, -1 is returned.