XmlUtils.GetXmlEnum<T>

Gets an Enum value from an xml node. Returns enum type value. Either flag or string based keys will work

public static T GetXmlEnum<T>(XmlNode node,
	string xPath,
	XmlNamespaceManager ns)

Parameters

node

xPath

ns


See also:

Class XmlUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic