Click or drag to resize

BinaryArchiveWriterWriteSByte Method

Writes a SByte value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WriteSByte(
	sbyte value
)

Parameters

value
Type: SystemSByte
A value to write.
See Also