Gets or sets the value that is used as a separator between integer and fractional parts of a float number.
Public Property DecimalSeparator As DecimalSeparator
Grid Object
Enumerated
The following settings are available:
Constant | Value | Description |
Dot | 0 | The separator is the dot (.) character. |
Comma | 1 | The separator is the comma (,) character. |
System | 2 | Holds the value which is specified by Regional Settings in the Windows Control Panel. |