Click or drag to resize

XmlTypeCodeExtensions Methods

The XmlTypeCodeExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodAttributeType Gets the CLR-Type for the provided typeCode
Public Extension MethodDefaultObsolete.
Returns the default value for XmlTypeCode
Public Extension MethodDefaultDecodedValue Returns the default value for an XmlTypeCode. The data type of the returned object is the associated CLR type of the provided type code. The CLR type is available with the AttributeType(XmlTypeCode) method.
Public Extension MethodDefaultEncodedValue Converts the default value for the specified typeCode to a valid XML value string
Public Extension MethodXmlTypeCodeFromSchemaType Gets the XmlTypeCode from the W3C XSD schema type string.
Top
See Also