StringWriter: WriteValue

WriteValue

Writes a text representation of the value to the underlying stream using both the format provider and encoding objects.



 Public Sub WriteValue(
	  ByRef Value As Variant,
	  ParamArray Args ( ) As Variant )

Parameters

Value
[ByRef] Variant. The value to be written to the stream.
Args
[ByRef] Variant. An array of zero or more values to be formatted and written.

Remarks

This method uses the composite formatting feature to convert the value to its text representation and embed it in a string.

See Also

Project CorLib Overview

Class StringWriter Overview