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

In This Topic
    Currency Property
    In This Topic
    Specifies the string to use as a local currency symbol for the L number format element.
    Syntax
    'Declaration
     
    Public Property Currency As String
    public string Currency {get; set;}

    Property Value

    The string to use as a local currency symbol.
    Remarks
    The default value is the NLS_CURRENCY setting of the local computer. See Oracle SQL reference for more information about number format elements.
    See Also