Format Number
Formats a number to a selected format.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Number | Number | Yes | The number to be formatted. |
Format | String | Yes | The format from one of: Decimal, Currency, Exponential, Fix Point, General, Number, Percent, or Hexadecimal. |
Output Parameters
Name | Type | Description |
---|---|---|
FormattedString | String | The string created by the format specifications in the text field. |
Result | String | Returns 'True' if the registry value is found, 'False' otherwise. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Number | Number | Yes | 15 |
Format | Selector | Yes | Decimal |