[]
Gets or sets the character to use as the decimal separator in numeric values.
public char DecimalSeparator { get; set; }
Public Property DecimalSeparator As Char
Type | Description |
---|---|
char | The character to use as the decimal separator in numeric values. The default for InvariantInfo is '.'. |
The property retrieves the decimal separator. The default value depends on the system information.