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 _
)
'Usage
Dim instance As ConverterWriter
Dim value As String
instance.Write(value)
public override void Write(
string value
)
Parameters
value
Type: System.StringThe string that contains the text to convert and write.