BinaryWriter: WriteChar

WriteChar

Writes a character to the underlying stream.



 Public Sub WriteChar(
	  ByRef Value As Variant )

Parameters

Value
[ByRef] Variant. The character to be written. This can be a string or a numeric value.

Remarks

The character is encoded and the byte array is written to the stream.

See Also

Project CorLib Overview

Class BinaryWriter Overview