BinaryWriter.Write Method (Int16)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Writes a two-byte signed integer to the current stream and advances the stream position by two bytes.

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

Syntax

Public Overridable Sub Write ( _
    value As Short _
)
public virtual void Write(
    short value
)

Parameters

Exceptions

Exception Condition
IOException

An I/O error occurs.

ObjectDisposedException

The stream is closed.

Remarks

BinaryWriter stores this data type in little endian format.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

BinaryWriter Class

Write Overload

System.IO Namespace