C# Class WebApplications.Utilities.Globalization.CurrencyInfo

Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Свойство Type Description
ISONumber int
IsLatest bool

Méthodes publiques

Méthode Description
CurrencyInfo ( [ code, int isoNumber, [ exponent, [ fullName, bool isLatest ) : System

Initialize a new instance of CurrencyInfo.

GetOutOfDate ( ) : CurrencyInfo

Gets the out of date equivalent of this CurrencyInfo.

ToString ( ) : string

Returns a string that represents this instance.

Method Details

CurrencyInfo() public méthode

Initialize a new instance of CurrencyInfo.
public CurrencyInfo ( [ code, int isoNumber, [ exponent, [ fullName, bool isLatest ) : System
code [ The ISO Code.
isoNumber int The ISO Number.
exponent [ The exponent, which is the number of decimals available in the currency.
fullName [ The currency's full name.
isLatest bool if set to the currency appears in the latest official ISO 4217 list.
Résultat System

GetOutOfDate() public méthode

Gets the out of date equivalent of this CurrencyInfo.
public GetOutOfDate ( ) : CurrencyInfo
Résultat CurrencyInfo

ToString() public méthode

Returns a string that represents this instance.
/// The format string was a . /// /// An index from the format string is either less than zero or greater than or equal to the number of arguments. ///
public ToString ( ) : string
Résultat string

Property Details

ISONumber public_oe property

Gets the ISO Number.
public int ISONumber
Résultat int

IsLatest public_oe property

Indicates that this currency appears in the latest official ISO 4217 list.
public bool IsLatest
Résultat bool