|
Syntax |
|
|
|---|---|---|
|
Semantics |
Converts the lexical representation of a float (e.g. 1.2345) to a Float type. The float string is considered until a non-numeric character is found (digits, signs, E and e are considered valid numeric characters for this parameter as specified in the format). The format used is: If the conversion is not possible, an error message is raised (for instance: |
|
|
Substitutables |
|
Can be any variable or object attribute having the type String. |
|
|
String literal. |
|
|
Examples |
For a UML example, refer to Type Converter Operations . |
|