FileStreamWriteByte Method |
Writes byte to the stream.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public override void WriteByte(
byte value
)
Parameters
- value
- Type: SystemByte
Value to write.
See Also