Table of Contents

Class CurrencyFormats

Inheritance
CurrencyFormats
Inherited Members
Namespace
TabularEditor.PropertyGridUI.Converters
Assembly
TOMWrapper.dll

Provide an interface to list and look up known currencies.

public static class CurrencyFormats

Methods

AvailableFormats()

List default currency names

public static string[] AvailableFormats()

Returns

Type Description
string[]

FromName(string)

Look up a currency by its friendly label

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