C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.IO
BinaryReader Class
BinaryReader Methods
Close Method
Dispose Method
PeekChar Method
Read Method
Read7BitEncodedInt Method
ReadBoolean Method
ReadByte Method
ReadBytes Method
ReadChar Method
ReadChars Method
ReadDouble Method
ReadInt16 Method
ReadInt32 Method
ReadInt64 Method
ReadSByte Method
ReadSingle Method
ReadString Method
ReadUInt16 Method
ReadUInt32 Method
ReadUInt64 Method
BinaryReader
ReadSByte Method
Reads a signed byte from this stream and advances the current position of the stream by one byte.
Namespace:
System.IO
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
virtual
sbyte
ReadSByte
()
Return Value
Type:
SByte
A signed byte read from the current stream.
Exceptions
Exception
Condition
EndOfStreamException
The end of the stream is reached.
ObjectDisposedException
The stream is closed.
IOException
An I/O error occurs.
See Also
Reference
BinaryReader Class
System.IO Namespace