'Declaration Public Function New( _
ByVal decimalPlacesNumber of decimal places.As System.Int32, _
ByVal useThousandsSeparatorA value indicating whether the thousands separator should be used.As Boolean _
)
public NumberingFormatBase(
System.Int32 decimalPlaces,
bool useThousandsSeparator
)
public: NumberingFormatBase(
System.Int32 decimalPlaces,
bool useThousandsSeparator
)
public:
NumberingFormatBase(
System.Int32 decimalPlaces,
bool useThousandsSeparator
)
Parameters
- decimalPlaces
- Number of decimal places.
- useThousandsSeparator
- A value indicating whether the thousands separator should be used.