parseFloatExpression() Operation
| Syntax |
NONE
| |
|---|---|---|
| Semantics | parseFloatExpression() initializes a Float object from a string using the given format expression. The format expression is a string with placeholders for number variables. The syntax is described in Number Formatting. | |
| Substitutables | aString | Can be any variable or object attribute having the type String. |
aFormat | Can be any variable or object attribute having the type String. The pattern syntax is described in Number Formatting. | |
aLocale | Optional variable or object attribute having the type Basic Components::Basic Behavior::NumbersLocale This parameter can be used to define the following properties:
| |
| Examples |
NONE
| |
