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
Parameter | Type | Description |
---|---|---|
value | uint8_t | The value to write |
See Also
- Class BasicSTDOStreamWrapper
- Namespace System::IO
- Library Aspose.TeX for C++