Kimono.KLocale.NegativePrefixCurrencySymbol C# (CSharp) Méthode

NegativePrefixCurrencySymbol() public méthode

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