Click or drag to resize

GHUtilsconvert Method (IGH_Goo, String)

Convert given item to string and return true if successful.

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static bool convert(
	IGH_Goo item,
	ref string value
)

Parameters

item
Type: IGH_Goo
item to be converted
value
Type: SystemString
resulting string value

Return Value

Type: Boolean
true on success
See Also