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


In This Topic
CurrencyDecimalSeparator Property (RegionalSettings)
In This Topic
Gets or sets the string used to separate the integer and decimal portions of a currency value.
Syntax
'Declaration
 
Public Property CurrencyDecimalSeparator As String
 
'Usage
 
Dim instance As RegionalSettings
Dim value As String
 
instance.CurrencyDecimalSeparator = value
 
value = instance.CurrencyDecimalSeparator
See Also