Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.CurrencyISO4217 Class

This static class offers access to the list of currencies and implements a number of services to convert between different currency IDs.

The list of currencies is cached. Any changes to the list require a site restart.

The list of currencies is located at ./CoreComponents/Core/Addons/_Templates/CurrencyISO4217/Currencies.txt.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Inheritance

Syntax

public static class CurrencyISO4217;

Constructors

This class cannot be instantiated.

Methods

PublicStaticCurrencyIdToNumberAsyncConvert a three character currency ID to an ISO 4217 numeric ID.
PublicStaticCurrencyToIdAsyncConverts a currency name to an ISO 4217 three character ID.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicStaticGetCurrenciesAsyncReturns a collection of all currencies.
PublicStaticGetCurrencyInfoReturns currency information for a given currency.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicStaticIdToCurrencyAsyncConverts an ISO 4217 three character currency ID into a currency name.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticNumberToCurrencyIdAsyncConverts an ISO 4217 numeric currency ID into a three character currency ID.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview