Page cover image

Currency

Like what your seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

Introduction

public static class Currency

A simple class used to list the supported currency codes available in Steam and to fetch the string symbols of those codes.

public enum Currency.Code

A simple enum which lists all of the supported currency codes available in Steam

Methods

GetSymbole

public static string GetSymbole(Currency.Code code);

Returns the string symbole used by this currency e.g. ยฃ, $, โ‚ฌ etc.

Last updated