Description
Creates an accounting format string.
C#
vb.net
Parameters
numDecimalPlaces
The number of decimal places to display.useDollarSign
Iftrue
, the dollar sign will be displayed.
negativeColor
A color to use when displaying negative numbers.negativeColor
may be null.
Returns
An accounting format string.Examples
C#
vb.net