Currency

Currency class

Currency class.

public class Currency

Constructors

NameDescription
Currency()Initializes a new instance of Currency class.

Properties

NameDescription
CurrencyRate { get; set; }Gets or sets the ratio, in decimal notation.
CurSym { get; set; }Gets or sets the currency identifier.

See Also