convertToInteger() Operation for Strings
| Syntax |
NONE
| |
|---|---|---|
| Semantics | Converts the lexical representation of an integer (e.g. 12345) to an Integer type. 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
| |