GH_ValueProxyTFromString Method |
Performs the String->Value parsing. The default implementation always returns False.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public virtual bool FromString(
string in
)
Public Overridable Function FromString (
in As String
) As Boolean
Parameters
- in
- Type: SystemString
The String to parse
Return Value
Type:
BooleanTrue in cae of success, False in case of failure.
Implements
IGH_ValueProxyFromString(String)Remarks The result of the parse is stored in the local value pointer.
If this function returns False there is no guarantee the local value is still valid.
See Also