IGH_ValueProxyFromString Method |
If IsParsable(), then attempts to convert the string to a generic type value
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax bool FromString(
string in
)
Function FromString (
in As String
) As Boolean
Parameters
- in
- Type: SystemString
The String to parse
Return Value
Type:
BooleanTrue on success, false on failure. This method should not throw exceptions.
See Also