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!

MemoryStream.ReadByte

Reads a byte from the current stream.

[Visual Basic]
Overrides Public Function ReadByte() As Integer
[C#]
public override int ReadByte();
[C++]
public: override int ReadByte();
[JScript]
public override function ReadByte() : int;

Return Value

A byte read from the current stream.

See Also

MemoryStream Class | MemoryStream Members | System.IO Namespace