Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / CurrencyGroupSize Property


In This Topic
CurrencyGroupSize Property (RegionalSettings)
In This Topic
Gets or sets the number of digits by which to group currency values.
Syntax
'Declaration
 
Public Property CurrencyGroupSize As Integer
 
'Usage
 
Dim instance As RegionalSettings
Dim value As Integer
 
instance.CurrencyGroupSize = value
 
value = instance.CurrencyGroupSize
See Also