NumberToString
Takes a number from source and converts it to a sting so that automatic trimming of leading zeros is prevented.
Property | Type | Description |
---|---|---|
Number | Number | The source number to be padded. |
PaddingDigits | Number | The total number of digits expected in output. (For example: the source value "1" needs to be padded in the output to be “000001”. In this case "6" would be the PaddingDigits. |
CountSign | Boolean | Count or not count the minus sign. Default is true. |