Inner Drive Extensible Architecture
C#
Show/Hide TOC
Currency
Default
Format Property
Gets the default number format provider for the currency.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
[
JsonIgnoreAttribute
]
public
NumberFormatInfo
DefaultFormat
{
get
; }
Property Value
NumberFormatInfo
DefaultCulture
.NumberFormat
Implements
ICurrency
DefaultFormat
Remarks
If not set in an inherited class, returns the
NumberFormatInfo
from
DefaultCulture
.
Example
For U.S. Dollars, returns the invariant culture number format provider.
See Also
Reference
Currency Class
InnerDrive.Financial Namespace
In This Article
Definition
Property Value
Implements
Remarks
Example
See Also