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!

IsolatedStorageFileStream.ReadByte

Reads a single byte from the IsolatedStorageFileStream in isolated storage.

[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

Byte value read from the isolated storage file.

See Also

IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace