Token Formatting
You can apply formatting to tokens so that the information that replaces them will automatically fit certain characteristics, such as a certain date format, percentage, currency, decimal, number of digits, or other formatting. The Token Editor will help you insert and test token formatting. The standard for formatting a token is %(Token#"Expression"#), where token is the name of the token and expression is a .NET formatting expression.
Example:%(count#"D4"#) will format the value of the count token to always have four digits. If 23 is inserted in a token with this format, the result will be 0023.
The types of formatting that can be applied to tokens in Quick Fields are: