Class CurrencyFormats
Provide an interface to list and look up known currencies.
Inherited Members
Namespace: TabularEditor.PropertyGridUI
Assembly: TOMWrapper.dll
Syntax
public static class CurrencyFormats
Methods
AvailableFormats()
List default currency names
Declaration
public static string[] AvailableFormats()
Returns
Type | Description |
---|---|
string[] |
FromName(string)
Look up a currency by its friendly label
Declaration
public static Currency FromName(string label)
Parameters
Type | Name | Description |
---|---|---|
string | label | Currency Label (friendly name, e.g. "US Dollar") |
Returns
Type | Description |
---|---|
Currency | Currency matching the label, or first default configured value |