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


In This Topic
NumberGroupSeparator Property (IRegionalSettings)
In This Topic
Gets or sets the string that separates a number group.
Syntax
'Declaration
 
Property NumberGroupSeparator As String
 
'Usage
 
Dim instance As IRegionalSettings
Dim value As String
 
instance.NumberGroupSeparator = value
 
value = instance.NumberGroupSeparator
See Also