Click or drag to resize
CurrencyWrapperGet Method (CurrencyType)
View Project on GitHub
Returns the currency that matches the CurrencyType.

Namespace: GW2CSharp.V2.Unauthenticated.Currencies
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Currency Get(
	CurrencyType currencyType
)

Parameters

currencyType
Type: GW2CSharp.V2.Unauthenticated.Currencies.EnumsCurrencyType
Represents a known currencies in the wallet.

Return Value

Type: Currency
Currency object that matches the CurrencyType.
See Also