Click or drag to resize

IGH_ValueProxyToString Method

Returns a String description of the current value.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
string ToString()

Return Value

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