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 .NET Micro Framework version 2.0, 2.5

See Also

Reference

Stream Class
Stream Members
System.IO Namespace