[]
Converts a string to a UnitPoint structure.
public static bool Parse(string s, out UnitPoint result, bool throwException)
Type | Name | Description |
---|---|---|
string | s | The string to convert. |
UnitPoint | result | OUT: The UnitPoint structure representing |
bool | throwException | Indicates whether an exception should be thrown if the conversion cannot be performed
(if an error occurs, and this value is false, |
Type | Description |
---|---|
bool | true if no error occurred, false otherwise. |