Visual Basic Language Reference  

Tristate Enumeration

When you call number-formatting functions, you can use the following enumeration members in your code in place of the actual values.

Constant Value Description
True –1 True
False  0 False
UseDefault –2 Default setting

See Also

FormatNumber Function | FormatCurrency Function | FormatPercent Function