 | 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
Syntaxpublic static Type MapXmlTypeToType(
string xmlType
)
Public Shared Function MapXmlTypeToType (
xmlType As String
) As Type
public:
static Type^ MapXmlTypeToType(
String^ xmlType
)
static member MapXmlTypeToType :
xmlType : string -> Type
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