For the complete documentation index, see llms.txt. This page is also available as Markdown.

CultureInfo Extensions

Useful extensions to return culture related data

These extensions can be found within the namespace UmbCheckout.Shared.Extensions

GetISOCurrencySymbol

Gets the 3 letter ISO4217 currency code

Example
CultureInfo.CurrentUICulture.GetISOCurrencySymbol()

Last updated