lu
2024-12-05 de4b3fa6111e0e9e3e5d7edc78054d8efef6b139
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>