Click or drag to resize

GH_Variant Constructor (String)

Create a new String variant.

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Variant(
	string value
)

Parameters

value
Type: SystemString
Value of Variant.
See Also