ConverterWriter.Write Method (Char)
The Write method writes a single character into the destination TextWriter or Stream object that it 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 Char _
)
public override void Write (
char value
)
public:
virtual void Write (
wchar_t value
) override
public void Write (
char value
)
public override function Write (
value : char
)
Parameters
- value
The character to write into the TextWriter or Stream object that this ConverterWriter owns.
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