 | XMLUtilsGetXmlAttributeString Method |
Gets an attribute by name
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string GetXmlAttributeString(
XmlNode node,
string attributeName
)
Public Shared Function GetXmlAttributeString (
node As XmlNode,
attributeName As String
) As String
public:
static String^ GetXmlAttributeString(
XmlNode^ node,
String^ attributeName
)
static member GetXmlAttributeString :
node : XmlNode *
attributeName : string -> string
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:
Stringvalue or null if not available
See Also