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>