Click or drag to resize

TextLogToString Method

If the TextLog was constructed using the empty constructor, then the text information is stored in a runtime string. The contents of this string is retrieved using ToString for this case

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override string ToString()

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.FileIO.TextLog.ToString"]

See Also