| XmlUtilsGetAttributeValue Method (String, XmlNode, String, Boolean) |
Namespace:
Omada.OE.AppLogic.Serialization
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static string GetAttributeValue(
string attributeName,
XmlNode node,
string defaultValue,
bool throwIfAttributeNotPresent = false
)
Parameters
- attributeName
- Type: SystemString
- node
- Type: System.XmlXmlNode
- defaultValue
- Type: SystemString
- throwIfAttributeNotPresent (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also