Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / CurrencyDecimalSeparator Property


In This Topic
CurrencyDecimalSeparator Property (IRegionalSettings)
In This Topic
Gets or sets the string that indicates the currency decimal symbol.
Syntax
'Declaration
 
Property CurrencyDecimalSeparator As String
 
'Usage
 
Dim instance As IRegionalSettings
Dim value As String
 
instance.CurrencyDecimalSeparator = value
 
value = instance.CurrencyDecimalSeparator
See Also