lu
2024-10-27 66315d3ad5ab7fcc673cdf479742c6eff73df8ea
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -678,7 +678,7 @@
        /// </summary>
        /// <param name="str"></param>
        /// <returns></returns>
        public Guid ToGuid(string str)
        public static Guid ToGuid(string str)
        {
            if (string.IsNullOrEmpty(str)) return Guid.Empty;
            return Guid.Parse(str);