System::Globalization::NumberFormatInfo::set_CurrencyGroupSizes method

NumberFormatInfo::set_CurrencyGroupSizes method

Sets number of currency decimal digits per group.

void System::Globalization::NumberFormatInfo::set_CurrencyGroupSizes(const ArrayPtr<int> &value)
ParameterTypeDescription
valueconst ArrayPtr<int>&Number of currency decimal digits per group.

See Also