FileStream.WriteByte Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a byte to the current position in the file stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Byte
A byte to write to the stream.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
| NotSupportedException | The stream does not support writing. |
Show: