System::IO::BasicSTDIOStreamWrapper::WriteByte method

BasicSTDIOStreamWrapper::WriteByte method

如果包装模式是二进制,则将指定的无符号 8 位整数值写入流;否则将其转换为 char_type 类型,然后将结果写入流。

virtual void System::IO::BasicSTDIOStreamWrapper<T, typename>::WriteByte(uint8_t value) override
参数类型描述
uint8_t要写入的值

另见