GH_Alias.StringToAlias Method

GH_AliasStringToAlias Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string[] StringToAlias(
	string text
)
Public Shared Function StringToAlias ( 
	text As String
) As String()

Parameters

text
Type: SystemString

Return Value

Type: String
See Also