TextWriter: WriteValue

WriteValue

Writes the string representation of the value to the 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.
Args
[ByRef] Variant. Formatting arguments used in formating the Value.

See Also

Project CorLib Overview

Class TextWriter Overview