...
Number - Used to format numbers. There are additional options to format the field.
- Edit Word - Used to format a numeric field with an editing pattern you specify.
In the example above the source data '000000123' would appear as '****123.00' in the output.
...
In the example below the edit mask used in conjunction with the edit word property allows the '/' characters to not be removed when backspace or the delete key are used.
- Currency Symbol - Used to place a character or string representing currency to precede the data. For example '$', '€', or 'Dollars: '.
...