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)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
StringImplements
IGH_ValueProxyToString
RemarksImplementors: override this function if you need custom formatting logic.
See Also