Exemplo n.º 1
0
        public static string GetSuperHtmlStr(string str, string format, string clkFun = null, string clkPar = null)
        {
            string str2 = UIGlobalFunctions.FormatStr(str, format, clkFun, clkPar, "");

            return(UIGlobalFunctions.GetFinFormatStr(str2));
        }
Exemplo n.º 2
0
 public static string clearSuperTxtStr()
 {
     return(UIGlobalFunctions.GetFinFormatStr(""));
 }