BinaryArchiveWriterWriteSByte Method |
Writes a
SByte value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteSByte(
sbyte value
)
Public Sub WriteSByte (
value As SByte
)
Parameters
- value
- Type: SystemSByte
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also