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.WriteByte

Writes a single byte to the IsolatedStorageFileStream in isolated storage.

[Visual Basic]
Overrides Public Sub WriteByte( _
   ByVal value As Byte _
)
[C#]
public override void WriteByte(
   byte value
);
[C++]
public: override void WriteByte(
   unsigned char value
);
[JScript]
public override function WriteByte(
   value : Byte
);

Parameters

value
byte value to write to the isolated storage file

Return Value

(none)

See Also

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