Kimono.KLocale.NegativePrefixCurrencySymbol C# (CSharp) 메소드

NegativePrefixCurrencySymbol() 공개 메소드

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