XMLHelperGetXmlAttribute Method |
选择节点的某一个xml属性名称
Namespace: Slickflow.Engine.UtilityAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxpublic static string GetXmlAttribute(
XmlNode xmlNode,
string attributeName,
bool isLowerCase = false
)
Parameters
- xmlNode
- Type: System.XmlXmlNode
xml节点 - attributeName
- Type: SystemString
属性名称 - isLowerCase (Optional)
- Type: SystemBoolean
属性小写
Return Value
Type:
String属性值
See Also