Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Writes a byte to the current stream at the current position.
Namespace: System.IO
Assembly: System.IO (in System.IO.dll)
Syntax
'Declaration
Public Overrides Sub WriteByte ( _
value As Byte _
)
public override void WriteByte(
byte value
)
public:
virtual void WriteByte(
unsigned char value
) override
abstract WriteByte :
value:byte -> unit
override WriteByte :
value:byte -> unit
public override function WriteByte(
value : byte
)
Parameters
- value
Type: System. . :: . .Byte
The byte to write.
Remarks
This method overrides WriteByte.
Except for a MemoryStream constructed with a byte[] parameter, write operations at the end of a MemoryStream expand the MemoryStream.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.