This topic has not yet been rated - Rate this topic

FileStream.WriteByte Method

May 02, 2013

Writes a byte to the current position in the file stream.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)
public override void WriteByte(
	byte value
)

Parameters

value
Type: System.Byte
A byte to write to the stream.
ExceptionCondition
ObjectDisposedException

The stream is closed.

NotSupportedException

The stream does not support writing.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.