NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BinaryReader.ReadSByte

Reads a signed byte from this stream and advances the current position of the stream by one byte.

[Visual Basic]
Overridable Public Function ReadSByte() As SByte
[C#]
public virtual sbyte ReadSByte();
[C++]
public: virtual char ReadSByte();
[JScript]
public function ReadSByte() : SByte;

Return Value

A signed byte read from the current stream.

Exceptions

Exception Type Condition
EndOfStreamException The end of the stream has been reached.
IOException An I/O error occurs.

See Also

BinaryReader Class | BinaryReader Members | System.IO Namespace