Click or drag to resize

GH_PathFromString Method

Try to deserialize a GH_Path from a String.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool FromString(
	string s
)

Parameters

s
Type: SystemString

Return Value

Type: Boolean
See Also