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 _
)
public override void Write (
    char[] buffer,
    int index,
    int count
)
public:
virtual void Write (
    array<wchar_t>^ buffer, 
    int index, 
    int count
) override
public void Write (
    char[] buffer, 
    int index, 
    int count
)
public override function Write (
    buffer : char[], 
    index : int, 
    count : int
)

Parameters

  • buffer
    The character array to write data from.
  • index
    The starting index in the buffer.
  • count
    The number of characters to write.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003