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

SetPositivePrefixCurrencySymbol() public méthode

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
Résultat void
        public void SetPositivePrefixCurrencySymbol(bool prefix)
        {
            interceptor.Invoke("setPositivePrefixCurrencySymbol$", "setPositivePrefixCurrencySymbol(bool)", typeof(void), typeof(bool), prefix);
        }