Kimono.KLocale.CurrencySymbol C# (CSharp) Method

CurrencySymbol() public method

Returns what the symbol denoting currency in the current locale as as defined by user settings should look like.
public CurrencySymbol ( ) : string
return string
        public string CurrencySymbol()
        {
            return (string) interceptor.Invoke("currencySymbol", "currencySymbol() const", typeof(string));
        }