Share via


ConverterWriter.Write Method (String)

The Write method converts value and writes it to the TextWriter or Stream object 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 ( _
    value As String _
)
public override void Write (
    string value
)
public:
virtual void Write (
    String^ value
) override
public void Write (
    String value
)
public override function Write (
    value : String
)

Parameters

  • value
    The string that contains the text to convert and 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