BinaryWriter.Write Method (SByte)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a signed byte to the current stream and advances the stream position by one byte.
Assembly: mscorlib (in mscorlib.dll)
'Declaration <CLSCompliantAttribute(False)> _ Public Overridable Sub Write ( _ value As SByte _ )
Parameters
- value
- Type: System.SByte
The signed byte to write.
| Exception | Condition |
|---|---|
| IOException | An I/O error occurs. |
| ObjectDisposedException | The stream is closed. |
Show: