Method | Description | |
---|---|---|
EmptyCurrencyInfoProvider ( System.DateTime published ) : System |
Initializes a new instance of the EmptyCurrencyInfoProvider class.
|
|
Get ( |
Gets the CurrencyInfo from the specified culture information.
|
|
Get ( |
Gets the CurrencyInfo from the specified extended culture information.
|
|
Get ( |
Gets the CurrencyInfo from the specified region information.
|
|
Get ( string currencyCode ) : |
Retrieves a CurrencyInfo with the ISO Code specified.
|
public EmptyCurrencyInfoProvider ( System.DateTime published ) : System | ||
published | System.DateTime | The published. |
return | System |
public Get ( |
||
cultureInfo | The culture information. | |
return |
public Get ( |
||
cultureInfo | The culture information. | |
return |
public Get ( |
||
regionInfo | The region information. | |
return |
public Get ( string currencyCode ) : |
||
currencyCode | string | The ISO Code. |
return |