Share via


ConverterWriter.Write method (Char[], Int32, Int32)

The Write method converts and writes count characters from buffer, starting at index, into the TextWriter or Stream that this ConverterWriter owns.

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

Syntax

'Declaration
Public Overrides Sub Write ( _
    buffer As Char(), _
    index As Integer, _
    count As Integer _
)
'Usage
Dim instance As ConverterWriter
Dim buffer As Char()
Dim index As Integer
Dim count As Integer

instance.Write(buffer, index, count)
public override void Write(
    char[] buffer,
    int index,
    int count
)

Parameters

  • buffer
    Type: []

    The character array to write data from.

  • index
    Type: System.Int32

    The starting index in the buffer.

  • count
    Type: System.Int32

    The number of characters to write.

See also

Reference

ConverterWriter class

ConverterWriter members

Write overload

Microsoft.Exchange.Data.TextConverters namespace