convertToFloat() Operation for Strings
| Syntax |
NONE
| |
|---|---|---|
| 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 | aString | Can be any variable or object attribute having the type String. |
LITERAL | String literal. | |
| Examples |
NONE
| |