ICryptoCurrencyGetPriceAsync(FiatCurrencies) Method
Asunchronously gets the price equivalency for 1 amount of this
ICryptoCurrency converted to the specified currency.
Namespace: DevCase.Core.Finances.CryptoCurrenciesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Function GetPriceAsync (
currency As FiatCurrencies
) As Task(Of Double)
Dim instance As ICryptoCurrency
Dim currency As FiatCurrencies
Dim returnValue As Task(Of Double)
returnValue = instance.GetPriceAsync(currency)
No code example is currently available or this language may not be supported.
- currency FiatCurrencies
-
The target currency.
TaskDouble
The resulting price for 1 amount of this
ICryptoCurrency converted to the specified currency.