Click or drag to resize

XmlTypeCodeExtensionsXmlTypeCodeFromSchemaType Method

Gets the XmlTypeCode from the W3C XSD schema type string.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static XmlTypeCode XmlTypeCodeFromSchemaType(
	this string schemaType
)

Parameters

schemaType  String
W3C XSD schema type, defined as xs:..., like xs:double and others.

Return Value

XmlTypeCode
the XmlTypeCode. If the schemaType is not recognized, None is returned.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also