다음을 통해 공유


ConverterWriter.WriteLine Method (String)

The WriteLine method appends a new line to value, converts the resulting string, 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 WriteLine ( _
    value As String _
)
public override void WriteLine (
    string value
)
public:
virtual void WriteLine (
    String^ value
) override
public void WriteLine (
    String value
)
public override function WriteLine (
    value : String
)

Parameters

  • value
    The string 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