Click or drag to resize

XMLUtilsGetXmlAttributeInt Method

Returns an integer value from an attribute

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static int GetXmlAttributeInt(
	XmlNode node,
	string attributeName,
	int defaultValue
)

Parameters

node
Type: System.XmlXmlNode

[Missing <param name="node"/> documentation for "M:Koden.Utils.XMLUtils.GetXmlAttributeInt(System.Xml.XmlNode,System.String,System.Int32)"]

attributeName
Type: SystemString

[Missing <param name="attributeName"/> documentation for "M:Koden.Utils.XMLUtils.GetXmlAttributeInt(System.Xml.XmlNode,System.String,System.Int32)"]

defaultValue
Type: SystemInt32

[Missing <param name="defaultValue"/> documentation for "M:Koden.Utils.XMLUtils.GetXmlAttributeInt(System.Xml.XmlNode,System.String,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Koden.Utils.XMLUtils.GetXmlAttributeInt(System.Xml.XmlNode,System.String,System.Int32)"]

See Also