BinaryArchiveWriterWriteString Method |
Writes a
String value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WriteString(
string value
)
Public Sub WriteString (
value As String
)
Parameters
- value
- Type: SystemString
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also