Spread Windows Forms 12.0 Product Documentation
CurrencyDecimalDigits Property (RegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : CurrencyDecimalDigits Property
Gets or sets the number of digits in the decimal portion of a currency value.
Syntax
'Declaration
 
Public Property CurrencyDecimalDigits As Integer
'Usage
 
Dim instance As RegionalSettings
Dim value As Integer
 
instance.CurrencyDecimalDigits = value
 
value = instance.CurrencyDecimalDigits
public 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

RegionalSettings Class
RegionalSettings Members
DecimalSeparator Property
CurrencySymbol Property