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

In This Topic
    DualCurrency Property
    In This Topic
    Specifies the dual currency symbol for the U number format element.
    Syntax
    'Declaration
     
    Public Property DualCurrency As String
    public string DualCurrency {get; set;}

    Property Value

    A string that provides the dual currency symbol.
    Remarks
    The default value is the NLS_DUAL_CURRENCY setting of the local computer. See Oracle SQL reference for more information about number format elements.
    See Also