Page tree
Skip to end of metadata
Go to start of metadata

Description

Creates an accounting format string.

C#
vb.net

Parameters

numDecimalPlaces
The number of decimal places to display.
useDollarSign
If true, 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
  • No labels