Spread Windows Forms 12.0 Product Documentation
CurrencyDecimalDigits Property (IRegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : CurrencyDecimalDigits Property
Gets or sets the number of decimal places in currency values.
Syntax
'Declaration
 
Property CurrencyDecimalDigits As Integer
'Usage
 
Dim instance As IRegionalSettings
Dim value As Integer
 
instance.CurrencyDecimalDigits = value
 
value = instance.CurrencyDecimalDigits
int CurrencyDecimalDigits {get; set;}

Property Value

Integer number of digits to display for currency
Remarks
Specify the decimal symbol by setting the DecimalSeparator property. Specify the currency symbol by setting the CurrencySymbol property.
See Also

Reference

IRegionalSettings Interface
IRegionalSettings Members
CurrencySymbol Property
DecimalSeparator Property