Kimono.KLocale.NegativePrefixCurrencySymbol C# (CSharp) Method

NegativePrefixCurrencySymbol() public method

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