C# Class BitcoinLib.BRL.Util_BRL

Afficher le fichier Open project: btcbrdev/BitcoinLib

Méthodes publiques

Méthode Description
getBRLtoBtc ( double valor = 1.00, string apiCode = null ) : double

Retorna o valor em R$ convertido para Bitcoin.

getBtcBRLTicker ( string apiCode = null ) : Currency

Retorna o ticker da Blockchain com o valor em BRL.

Method Details

getBRLtoBtc() public static méthode

Retorna o valor em R$ convertido para Bitcoin.
public static getBRLtoBtc ( double valor = 1.00, string apiCode = null ) : double
valor double Valor a ser convertido em Bitcoin.
apiCode string Cádigo da API.
Résultat double

getBtcBRLTicker() public static méthode

Retorna o ticker da Blockchain com o valor em BRL.
public static getBtcBRLTicker ( string apiCode = null ) : Currency
apiCode string Código da API.
Résultat System.Currency