Kimono.KLocale.SetPositivePrefixCurrencySymbol C# (CSharp) Method

SetPositivePrefixCurrencySymbol() public method

Changes the position where the currency symbol should be printed for positive monetary values. name="prefix" True if the currency symbol should be prefixed instead of postfixed
public SetPositivePrefixCurrencySymbol ( bool prefix ) : void
prefix bool
return void
        public void SetPositivePrefixCurrencySymbol(bool prefix)
        {
            interceptor.Invoke("setPositivePrefixCurrencySymbol$", "setPositivePrefixCurrencySymbol(bool)", typeof(void), typeof(bool), prefix);
        }