DecimalSeparator Property (NumberDecimalSeparatorFieldInfo)
In This Topic
Gets or sets the character to use as the decimal separator in numeric values.
Syntax
'Declaration
Public Property DecimalSeparator As Char
'Usage
Dim instance As NumberDecimalSeparatorFieldInfo
Dim value As Char
instance.DecimalSeparator = value
value = instance.DecimalSeparator
public char DecimalSeparator {get; set;}
Property Value
The character to use as the decimal separator in numeric values. The default for
System.Globalization.NumberFormatInfo.InvariantInfo is '.'.
See Also