Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.Entities
Money Class
Money Methods
GetRawCoin Method
Money
GetRawCoin Method
View Project on GitHub
Returns the raw value of this money object.
Namespace:
GW2CSharp.Entities
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
int
GetRawCoin
()
Return Value
Type:
Int32
Raw coin which is used by the API.
See Also
Reference
Money Class
GW2CSharp.Entities Namespace