Click or drag to resize

BinaryArchiveReaderReadUInt Method

Reads a UInt32 from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public uint ReadUInt()

Return Value

Type: UInt32
The value that was read.
See Also