WriteByte()

BasicSTDOStreamWrapper::WriteByte(uint8_t) method

If wrapping mode is binary, writes to the stream the specified unsigned 8-bit integer value, otherwise convert it to char_type type and then write the result to the stream.

virtual void System::IO::BasicSTDOStreamWrapper<T, typename>::WriteByte(uint8_t value) override

Arguments

ParameterTypeDescription
valueuint8_tThe value to write

See Also