Share via


Stream.WriteByte Method

Writes a specified byte to the current position in the current Stream object and advances the position within the stream by one byte.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual void WriteByte (
         bytevalue
)

Parameters

  • value
    The byte to be written to the current stream.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

Stream Class
Stream Members
System.IO Namespace