Namespace Singulink.Globalization
Classes
Currency
Provides information about a currency, such as the currency code, localized names, symbol and decimal digits.
CurrencyRegistry
Represents a collection of currencies.
ImmutableMoneyBag
Represents an immutable bag of monetary values in one or more currencies.
ImmutableMoneyBag.CurrencyCollection
Represents a collection of currencies in a ImmutableMoneyBag.
ImmutableSortedMoneyBag
Represents an immutable bag of monetary values in one or more currencies sorted by currency code.
ImmutableSortedMoneyBag.CurrencyCollection
Represents a collection of currencies in a ImmutableSortedMoneyBag.
MoneyBag
Represents a bag of monetary values in one or more currencies.
MoneyBag.CurrencyCollection
Represents a collection of currencies in a MoneyBag.
MoneyCollectionExtensions
Provides a bag of static methods for converting between money collection types.
SortedMoneyBag
Represents a bag of monetary values in one or more currencies sorted by currency code.
SortedMoneyBag.CurrencyCollection
Represents a collection of currencies in a SortedMoneyBag.
Structs
CurrencyRegistry.Enumerator
Iterates over the currencies in the registry.
ImmutableMoneyBag.CurrencyCollection.Enumerator
Enumerates the elements of a ImmutableMoneyBag.CurrencyCollection.
ImmutableMoneyBag.Enumerator
Enumerates the elements of a ImmutableMoneyBag.
ImmutableSortedMoneyBag.CurrencyCollection.Enumerator
Enumerates the elements of a ImmutableSortedMoneyBag.CurrencyCollection.
ImmutableSortedMoneyBag.Enumerator
Enumerates the elements of a ImmutableSortedMoneyBag.
MonetaryValue
Represents a monetary amount in a specific currency.
MoneyBag.CurrencyCollection.Enumerator
Enumerates the elements of a MoneyBag.CurrencyCollection.
MoneyBag.Enumerator
Enumerates the elements of a MoneyBag.
SortedMoneyBag.CurrencyCollection.Enumerator
Enumerates the elements of a SortedMoneyBag.CurrencyCollection.
SortedMoneyBag.Enumerator
Enumerates the elements of a SortedMoneyBag.
Interfaces
ICurrencyLocalizer
Provides methods to localize currency names and symbols for specific cultures.
IImmutableMoneyBag
Represents an immutable bag of monetary values in one or more currencies.
IMoneyBag
Represents a bag of monetary values in one or more currencies.
IReadOnlyMoneyBag
Represents a read-only bag of monetary values in one or more currencies.
Enums
MonetaryStyles
Determines the styles permitted when parsing a monetary string to a MonetaryValue value.