Gets a CultureInfo object which can be used to format currency.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public static CultureInfo GetCurrencyCulture(
	CurrencyType currencyType
)
Visual Basic (Declaration)
Public Shared Function GetCurrencyCulture ( _
	currencyType As CurrencyType _
) As CultureInfo
Visual C++
public:
static CultureInfo^ GetCurrencyCulture(
	CurrencyType currencyType
)

Parameters

currencyType
Type: RightEdge.Common..::.CurrencyType
A CurrencyType to get a formatter for.

Return Value

A CultureInfo object which can be used to format currency.

See Also