Grasshopper API
GH_ConvertToString_Secondary Method |
Creates a String representation of an object by calling the ToString() function.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToString_Secondary( Object data, ref string destination )
Public Shared Function ToString_Secondary ( data As Object, ByRef destination As String ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert. - destination
- Type: SystemString
Target for value assignment.
Return Value
Type: BooleanTrue on success, false on failure.
