DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs @@ -1073,6 +1073,14 @@ return 0; } } public static int ToBit(string str) { if (str.ToUpper() == "true".ToUpper()) return 1; return 0; } /// <summary> /// 读取grid的当前行 /// </summary>