Visual Basic (Declaration) | |
---|---|
Property NumberDecimalDigits As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IRegionalSettings Dim value As Integer instance.NumberDecimalDigits = value value = instance.NumberDecimalDigits |
C# | |
---|---|
int NumberDecimalDigits {get; set;} |
Property Value
Integer number of decimal places for numeric valuesSpecify the decimal symbol by setting the DecimalSeparator property.
If you are working with currency values, specify the number of decimal places to display by setting the CurrencyDecimalDigits property.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2