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(
	string currencyType
)
Visual Basic (Declaration)
Public Shared Function GetCurrencyCulture ( _
	currencyType As String _
) As CultureInfo
Visual C++
public:
static CultureInfo^ GetCurrencyCulture(
	String^ currencyType
)

Parameters

currencyType
Type: System..::.String
A string representing the currency, such as USD or GBP

Return Value

A CultureInfo object which can be used to format currency.

See Also