Fan.Sys.FanNum.localePercent C# (CSharp) Method

localePercent() public static method

public static localePercent ( ) : string
return string
        public static string localePercent()
        {
            return Locale.cur().dec().PercentSymbol;
        }