메소드 | 설명 | |
---|---|---|
Currency ( ) : System |
Instances built via this constructor have undefined behavior. Such instances can only act as placeholders and must be reassigned to a valid currency before being used.
|
|
Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString ) : System | ||
Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString, Currency triangulationCurrency ) : System | ||
Equals ( Currency other ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
operator ( ) : Money | ||
operator ( ) : bool |
메소드 | 설명 | |
---|---|---|
empty ( ) : bool |
public Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString ) : System | ||
name | string | |
code | string | |
numericCode | int | |
symbol | string | |
fractionSymbol | string | |
fractionsPerUnit | int | |
rounding | Rounding | |
formatString | string | |
리턴 | System |
public Currency ( string name, string code, int numericCode, string symbol, string fractionSymbol, int fractionsPerUnit, Rounding rounding, string formatString, Currency triangulationCurrency ) : System | ||
name | string | |
code | string | |
numericCode | int | |
symbol | string | |
fractionSymbol | string | |
fractionsPerUnit | int | |
rounding | Rounding | |
formatString | string | |
triangulationCurrency | Currency | |
리턴 | System |