NumericCharacters
This property specifies the characters used for the decimal character and the group separator character for numeric values in strings.
Declaration
// C# public string NumericCharacters {get; set;}
Property Value
A string that represents the characters used.
Exceptions
ObjectDisposedException
- The object is already disposed.
Remarks
The default value is the NLS_NUMERIC_CHARACTERS
setting of the local computer.