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-2020 • Updated: 07/15/20
Comment or report problem with topic