Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Currencies
CurrencyWrapper Class
CurrencyWrapper Methods
Get Method
Get Method (CurrencyType)
Get Method (CurrencyType, RequestedLanguage)
CurrencyWrapper
Get Method (CurrencyType, RequestedLanguage)
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#
Copy
public
Currency
Get
(
CurrencyType
currencyType
,
RequestedLanguage
requestedLanguage
)
Parameters
currencyType
Type:
GW2CSharp.V2.Unauthenticated.Currencies.Enums
CurrencyType
Represents a known currencies in the wallet.
requestedLanguage
Type:
GW2CSharp.Enums
RequestedLanguage
Represents the language which the API should return.
Return Value
Type:
Currency
Currency object that matches the CurrencyType.
See Also
Reference
CurrencyWrapper Class
Get Overload
GW2CSharp.V2.Unauthenticated.Currencies Namespace