System::IO::BasicSTDOStreamWrapper::WriteByte method

BasicSTDOStreamWrapper::WriteByte 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
ParameterTypeDescription
valueuint8_tThe value to write

See Also