Click or drag to resize

AttributeTypeTypeXmlTypeToClrType Method

Gets the CLR type for the specified xmlType. The Mapping is done according to Mapping XML Data Types to CLR Types.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static Type XmlTypeToClrType(
	string xmlType
)

Parameters

xmlType  String
The name of the XML type

Return Value

Type
a .NET data Type
Exceptions
ExceptionCondition
ArgumentNullExceptionxmlType
See Also