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

localeDecimal() public static method

public static localeDecimal ( ) : string
return string
        public static string localeDecimal()
        {
            return Locale.cur().dec().NumberDecimalSeparator;
        }