C# Class QSCurrency.CBR.CurrencyConverter

Datei anzeigen Open project: QualitySolution/QSProjects

Public Methods

Method Description
Convert ( decimal money, string inCurrency, string toCurrency ) : decimal?

Method Details

Convert() public static method

public static Convert ( decimal money, string inCurrency, string toCurrency ) : decimal?
money decimal
inCurrency string
toCurrency string
return decimal?