C# 클래스 WebApplications.Utilities.Globalization.CurrencyInfo

파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ISONumber int
IsLatest bool

공개 메소드들

메소드 설명
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.

메소드 상세

CurrencyInfo() 공개 메소드

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.
리턴 System

GetOutOfDate() 공개 메소드

Gets the out of date equivalent of this CurrencyInfo.
public GetOutOfDate ( ) : CurrencyInfo
리턴 CurrencyInfo

ToString() 공개 메소드

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
리턴 string

프로퍼티 상세

ISONumber 공개적으로 프로퍼티

Gets the ISO Number.
public int ISONumber
리턴 int

IsLatest 공개적으로 프로퍼티

Indicates that this currency appears in the latest official ISO 4217 list.
public bool IsLatest
리턴 bool