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