Stream: WriteByte

WriteByte

Writes a single byte to the stream.



 Public Sub WriteByte(
	  ByVal Value As Byte )

Parameters

Value
[ByVal] Byte. The byte to be written.

Remarks

See Also

Project VBCorLib Overview Class Stream Overview Stream Properties Stream Methods WriteBlock WriteTimeout (get)