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

SetPositivePrefixCurrencySymbol() 공개 메소드

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