Click or drag to resize

XMLUtilsMapXmlTypeToType Method

Maps the type of the XML type to.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static Type MapXmlTypeToType(
	string xmlType
)

Parameters

xmlType
Type: SystemString
Type of the XML.

Return Value

Type: Type

[Missing <returns> documentation for "M:Koden.Utils.XMLUtils.MapXmlTypeToType(System.String)"]

See Also