'Declaration Property NegativeSign As String
'Usage Dim instance As IRegionalSettings Dim value As String instance.NegativeSign = value value = instance.NegativeSign
string NegativeSign {get; set;}
'Declaration Property NegativeSign As String
'Usage Dim instance As IRegionalSettings Dim value As String instance.NegativeSign = value value = instance.NegativeSign
string NegativeSign {get; set;}
You can specify more than one character for the negative sign.
Specify the format in which negative numbers are displayed by setting the NumberNegativePattern property.