dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleGlobalization Class / NumericCharacters Property

In This Topic
    NumericCharacters Property
    In This Topic
    Specifies the characters used for the decimal character and the group separator character for numeric values in strings.
    Syntax
    'Declaration
     
    Public Property NumericCharacters As String
    public string NumericCharacters {get; set;}

    Property Value

    A string that represents the characters used.
    Remarks
    The default value is the NLS_NUMERIC_CHARACTERS setting of the local computer.
    See Also