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