Click or drag to resize

BinaryArchiveReaderReadString Method

Reads a String from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public string ReadString()

Return Value

Type: String
The value that was read.
See Also