printFloatExpression() Operation
Syntax |
NONE
| |
---|---|---|
Semantics | printFloatExpression() initializes a String object from a Float using the given format expression. The format expression is a string with placeholders for number variables. The syntax is described in Number Formatting. | |
Substitutables | aFloat | Can be any variable or object attribute having the type Float. |
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
Formatting examples can be found in Number Formatting. |
Example File (Builder project E2E Action Language/BaseTypes):
<your example path>\E2E Action Language\BaseTypes\uml\formatExpressions.xml |
Related Pages: