System::IO::BasicSTDIOStreamWrapper::WriteByte method

BasicSTDIOStreamWrapper::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::BasicSTDIOStreamWrapper<T, typename>::WriteByte(uint8_t value) override
ParameterTypeDescription
valueuint8_tThe value to write

See Also