System::IO::BasicSTDOStreamWrapper::WriteByte method
BasicSTDOStreamWrapper::WriteByte method
Se la modalità di wrapping è binaria, scrive sullo stream il valore intero senza segno a 8 bit specificato, altrimenti lo converte al tipo char_type e quindi scrive il risultato sullo stream.
virtual void System::IO::BasicSTDOStreamWrapper<T, typename>::WriteByte(uint8_t value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | uint8_t | Il valore da scrivere |
Vedi anche
- Class BasicSTDOStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++