Click or drag to resize

XmlUtils.GetAttributeValue Method (XmlNode, String)

Gets the attribute value.

Namespace:  SD.LLBLGen.Pro.Core.Xml
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public static string GetAttributeValue(
	XmlNode node,
	string attributeName
)

Parameters

node
Type: System.Xml.XmlNode
The node.
attributeName
Type: System.String
Name of the attribute.

Return Value

Type: String
See Also