[This is preliminary documentation and is subject to change.]
Returns an object corresponding to the supplied text value parsed
as this base data type.
- value (String)
- The text to parse
An object containing the parsed base data type.
The standard Parse methods for primitive types are used. For text
types, the given value is returned. For types with no literal value, null
is returned and no exception is generated.
| Exception | Condition |
|---|---|
| FormatException | If the
parse of the supplied string fails. |