Write(UInt16) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a System.UInt16 to the buffer.
[CLSCompliant(false)]
void Write(
ushort val
)
[CLSCompliant(false)]
void Write(
ushort val
)
Parameters
- val
- The System.UInt16 data to write into the buffer.