lu
2024-11-12 306711615d5923e3410792310febf642c304dd3c
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -788,6 +788,17 @@
            return Guid.Parse(str);
        }
        public static int ToInt(string str) {
            try
            {
                return int.Parse(str);
            }
            catch (Exception)
            {
                return 0;
            }
        }
        /// <summary>
        /// 读取grid的当前行
        /// </summary>