Number format strings

You can create custom number formats by using the given format strings.

Decimal
"{" + Leading-Sign(1) + Whole# + Fraction + Trailing-Sign(1) + "}"
Integer
"{" + Leading-Sign(1) + Whole# + Trailing-Sign(1) + "}"