System::IO::MemoryStream::WriteByte method

MemoryStream::WriteByte method

Writes the specified unsigned 8-bit integer value to the stream.

void System::IO::MemoryStream::WriteByte(uint8_t value) override
ParameterTypeDescription
valueuint8_tThe value to write

See Also