Kimono.KLocale.SetNegativePrefixCurrencySymbol C# (CSharp) Метод

SetNegativePrefixCurrencySymbol() публичный Метод

Changes the position where the currency symbol should be printed for negative monetary values. name="prefix" True if the currency symbol should be prefixed instead of postfixed
public SetNegativePrefixCurrencySymbol ( bool prefix ) : void
prefix bool
Результат void
        public void SetNegativePrefixCurrencySymbol(bool prefix)
        {
            interceptor.Invoke("setNegativePrefixCurrencySymbol$", "setNegativePrefixCurrencySymbol(bool)", typeof(void), typeof(bool), prefix);
        }