CryptoStream: 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 to the stream.

See Also

Project CorLib Overview

Class CryptoStream Overview