 | XmlTypeCodeExtensionsXmlTypeCodeFromSchemaType Method |
Gets the
XmlTypeCode from the W3C XSD schema type string.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static XmlTypeCode XmlTypeCodeFromSchemaType(
this string schemaType
)
<ExtensionAttribute>
Public Shared Function XmlTypeCodeFromSchemaType (
schemaType As String
) As XmlTypeCode
public:
[ExtensionAttribute]
static XmlTypeCode XmlTypeCodeFromSchemaType(
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