C# 클래스 ID3.ID3v2Frames.Price

Provide a class for Price values
파일 보기 프로젝트 열기: jasine/SaveDouban

보호된 프로퍼티들

프로퍼티 타입 설명
_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 ( FileStreamEx Data, int Length ) : System

Create new price class

메소드 상세

IsValidCurrency() 공개 정적인 메소드

public static IsValidCurrency ( string Currency ) : bool
Currency string
리턴 bool

IsValidValue() 공개 정적인 메소드

public static IsValidValue ( string Value ) : bool
Value string
리턴 bool

Price() 공개 메소드

Create new Price class
public Price ( string Currency, string Value ) : System
Currency string Currency of price
Value string value of price
리턴 System

ToString() 공개 메소드

Returns a System.String that represent current Price
public ToString ( ) : string
리턴 string

프로퍼티 상세

_Currency 보호되어 있는 프로퍼티

protected string _Currency
리턴 string

_Value 보호되어 있는 프로퍼티

protected string _Value
리턴 string