C# Класс WebApplications.Utilities.Globalization.CurrencyInfoProvider.EmptyCurrencyInfoProvider

A ICurrencyInfoProvider with no currencies!
Наследование: ICurrencyInfoProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
EmptyCurrencyInfoProvider ( System.DateTime published ) : System

Initializes a new instance of the EmptyCurrencyInfoProvider class.

Get ( CultureInfo cultureInfo ) : CurrencyInfo

Gets the CurrencyInfo from the specified culture information.

Get ( ExtendedCultureInfo cultureInfo ) : CurrencyInfo

Gets the CurrencyInfo from the specified extended culture information.

Get ( RegionInfo regionInfo ) : CurrencyInfo

Gets the CurrencyInfo from the specified region information.

Get ( string currencyCode ) : CurrencyInfo

Retrieves a CurrencyInfo with the ISO Code specified.

Описание методов

EmptyCurrencyInfoProvider() публичный Метод

Initializes a new instance of the EmptyCurrencyInfoProvider class.
public EmptyCurrencyInfoProvider ( System.DateTime published ) : System
published System.DateTime The published.
Результат System

Get() публичный Метод

Gets the CurrencyInfo from the specified culture information.
public Get ( CultureInfo cultureInfo ) : CurrencyInfo
cultureInfo System.Globalization.CultureInfo The culture information.
Результат CurrencyInfo

Get() публичный Метод

Gets the CurrencyInfo from the specified extended culture information.
public Get ( ExtendedCultureInfo cultureInfo ) : CurrencyInfo
cultureInfo ExtendedCultureInfo The culture information.
Результат CurrencyInfo

Get() публичный Метод

Gets the CurrencyInfo from the specified region information.
public Get ( RegionInfo regionInfo ) : CurrencyInfo
regionInfo System.Globalization.RegionInfo The region information.
Результат CurrencyInfo

Get() публичный Метод

Retrieves a CurrencyInfo with the ISO Code specified.
public Get ( string currencyCode ) : CurrencyInfo
currencyCode string The ISO Code.
Результат CurrencyInfo