RhinoCommon API
StringParser Class |
Parse strings to numbers, distances and angles
Namespace: Rhino.Input
Assembly: RhinoCommon (in RhinoCommon.dll)
The StringParser type exposes the following members.
| Name | Description | |
|---|---|---|
| StringParser | Initializes a new instance of the StringParser class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ParseAngleExpession | ||
| ParseAngleExpressionDegrees | ||
| ParseAngleExpressionRadians | ||
| ParseLengthExpession(String, StringParserSettings, UnitSystem, Double) |
Parse a string for a length value.
Expression can include complex expressions
Simplest version of Length parsing
| |
| ParseLengthExpession(String, Int32, Int32, StringParserSettings, UnitSystem, Double, StringParserSettings, UnitSystem) |
Parse a string for a length value.
Expression can include complex expressions
Most complex version of length parsing
| |
| ParseNumber |
Parse a string expression to get a number
| |
| ToString | (Inherited from Object.) |