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 numeric value.

Remarks

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

See Also

Project VBCorLib Overview | Class BinaryWriter Overview