Click or drag to resize

XmlUtilsGetAttributeValue Method (String, XmlNode, Double, Boolean)

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static double GetAttributeValue(
	string attributeName,
	XmlNode node,
	double defaultValue,
	bool throwIfAttributeNotPresent = false
)

Parameters

attributeName
Type: SystemString
node
Type: System.XmlXmlNode
defaultValue
Type: SystemDouble
throwIfAttributeNotPresent (Optional)
Type: SystemBoolean

Return Value

Type: Double
See Also