Click or drag to resize

GH_ValueProxyTToString Method

Performs a default ToString operation on the local value. If the value is Nothing, an empty String is returned.

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

Return Value

Type: String

Implements

IGH_ValueProxyToString
Remarks
Implementors: override this function if you need custom formatting logic.
See Also