RhinoMathParseNumber Method |
Namespace: Rhino
public static double ParseNumber( string expression )
Public Shared Function ParseNumber ( expression As String ) As Double
| Exception | Condition |
|---|---|
| ArgumentNullException | expression is null. |
| FormatException | expression cannot be parsed. |