System::IO::BasicSTDIOStreamWrapper::WriteByte metodo
BasicSTDIOStreamWrapper::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::BasicSTDIOStreamWrapper<T, typename>::WriteByte(uint8_t value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | uint8_t | Il valore da scrivere |
Vedi anche
- Class BasicSTDIOStreamWrapper
- Namespace System::IO
- Library Aspose.Font for C++