Click or drag to resize

GH_GooProxyTFormatInstance Method

Returns a String description of the current value.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual string FormatInstance()

Return Value

Type: String

Implements

IGH_GooProxyFormatInstance
Remarks
If the implementation IsParsable(), then this representation must be in parsable format.
See Also