zxasd1010 发表于 2026-7-27 15:46:34

腾龙娱乐游戏链接 xs10159.com

public static bool TryGetValueAsBoolean(this XmlAttributeCollection xmlAttributeCollection, string attrName, out bool attrVal, Properties properties = null)


      public static bool TryGetValueAsBoolean(this XmlAttributeCollection xmlAttributeCollection, string attrName,
            out bool attrVal, Properties properties = null)
      {
            if (xmlAttributeCollection.TryGetValueAsString(attrName, out string attrValStr))
            {
                if (properties != null)
                {
                  attrValStr = properties.GetPropertyValue(attrValStr);
                }

页: [1]
查看完整版本: 腾龙娱乐游戏链接 xs10159.com