| Location | Type |
|---|---|
| The first input handler | Numeric |
| Logic output | String |
Refer to "Logic Specifications" for details.
| Category | Property | Description |
|---|---|---|
| Required | Format | Specify the numeral format of the output. |
| Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. |
| Symbol | Position | Meaning |
|---|---|---|
| 0 | Numeric | Number. |
| # | Numeric | Number.Number. Not shown in case of zero. |
| . | Numeric | Delimiter for digits of number or currency. |
| - | Numeric | Minus sign. |
| E | Numeric | Separates the mantissa and the exponent in scientific notation.No need to put quotation marks in prefixes or suffixes.No need to put quotation marks in prefixes or suffixes. |
| % | Prefix or suffix | Multiplies by 100 times and represent in percentage |
| Input value (number) | Format | Output value (string) |
|---|---|---|
| 0.25 | ###.0% | 25.0% |
| 12.34 | # | 12 |
| 1234 | 0.###E0 | 1.234E3 |
It is not rounding off.Use logic "Rounding" to round off numbers.
| Property | Setting |
|---|---|
| Format | ##0.0% |
| 0.25 |
| 1 |
| 0.0012 |
| 25.0% |
| 100.0% |
| 0.1% |