腾龙娱乐游戏网址 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]