Kimono.KLocale.PositivePrefixCurrencySymbol C# (CSharp) Method

PositivePrefixCurrencySymbol() public method

If and only if the currency symbol precedes a positive value, this will be true.
public PositivePrefixCurrencySymbol ( ) : bool
return bool
        public bool PositivePrefixCurrencySymbol()
        {
            return (bool) interceptor.Invoke("positivePrefixCurrencySymbol", "positivePrefixCurrencySymbol() const", typeof(bool));
        }