Click or drag to resize

XMLUtilsGetXmlAttributeString Method

Gets an attribute by name

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

Parameters

node
Type: System.XmlXmlNode

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

attributeName
Type: SystemString

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

Return Value

Type: String
value or null if not available
See Also