BinaryReader.ReadSByte Method
Silverlight
Reads a signed byte from this stream and advances the current position of the stream by one byte.
This API is not CLS-compliant. Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| EndOfStreamException | The end of the stream is reached. |
| ObjectDisposedException | The stream is closed. |
| IOException | An I/O error occurs. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.