C# Class ID3.ID3v2Frames.Price

Provide a class for Price values
Afficher le fichier Open project: jasine/SaveDouban

Protected Properties

Свойство Type Description
_Currency string
_Value string

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Price ( FileStreamEx Data, int Length ) : System

Create new price class

Method Details

IsValidCurrency() public static méthode

public static IsValidCurrency ( string Currency ) : bool
Currency string
Résultat bool

IsValidValue() public static méthode

public static IsValidValue ( string Value ) : bool
Value string
Résultat bool

Price() public méthode

Create new Price class
public Price ( string Currency, string Value ) : System
Currency string Currency of price
Value string value of price
Résultat System

ToString() public méthode

Returns a System.String that represent current Price
public ToString ( ) : string
Résultat string

Property Details

_Currency protected_oe property

protected string _Currency
Résultat string

_Value protected_oe property

protected string _Value
Résultat string