프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_Currency | string | ||
_Value | string |
메소드 | 설명 | |
---|---|---|
IsValidCurrency ( string Currency ) : bool | ||
IsValidValue ( string Value ) : bool | ||
Price ( string Currency, string Value ) : System |
Create new Price class
|
|
ToString ( ) : string |
Returns a System.String that represent current Price
|
메소드 | 설명 | |
---|---|---|
Price ( |
Create new price class
|
public static IsValidCurrency ( string Currency ) : bool | ||
Currency | string | |
리턴 | bool |
public Price ( string Currency, string Value ) : System | ||
Currency | string | Currency of price |
Value | string | value of price |
리턴 | System |