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


In This Topic
NegativeSign Property (RegionalSettings)
In This Topic
Gets or sets the string to use as the negative sign in numeric values.
Syntax
'Declaration
 
Public Property NegativeSign As String
 
'Usage
 
Dim instance As RegionalSettings
Dim value As String
 
instance.NegativeSign = value
 
value = instance.NegativeSign
See Also