Trading Networks 11.1 | IBM webMethods B2B Trading Networks 11.1 Documentation | Administering Trading Networks | Configuration Properties | Miscellaneous Properties | tn.decimalFormatPattern
 
tn.decimalFormatPattern
To accommodate more than two digits after the decimal point. This property specifies the pattern that Trading Networks should use to format decimal numbers. For example, if you want Trading Networks to retain up to six digits after the decimal point, specify tn.decimalFormatPattern=##.######. The pattern can contain any of the following symbols:
*# Indicates a digit. Leading or trailing zeros are omitted.
*0 Indicates a digit. Leading or trailing zeros are included.
*. Indicates a placeholder for a decimal separator.
*, Indicates a placeholder for a grouping separator.