Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.CurrencyISO4217.GetCurrencyInfo Method

Returns currency information for a given currency.

Class: YetaWF.Core.Components.CurrencyISO4217
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static Currency GetCurrencyInfo( string? currencyId );

Parameters

currencyId

(not specified)

Return Value

Returns currency information.

Remarks

Implemented as a synchronous method for convenience. Currencies are cached so only the initial retrieval is async.

See Also YetaWF.Core.Components.CurrencyISO4217 ClassYetaWF.Core Overview