![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
XmlSchemaTypeToDotNetType(XmlSchemaType, Object) |
Converts and returns the object using a .NET type which closely resembles the specified Xml type code.
For example, the Xml type code gYearMonth will be represented as "yyyy-MM", gMonth as "--MM--", etcetera.
Notice that this function does not use any schema validation on the specified object and if conversion fails,
the specified value object is returned unchanged.
|
![]() ![]() |
XmlSchemaTypeToDotNetType(XmlSchemaType, Object, CultureInfo) |
Converts and returns the object using a .NET type which closely resembles the specified Xml type code.
For example, the Xml type code gYearMonth will be represented as "yyyy-MM", gMonth as "--MM--", etcetera.
Notice that this function does not use any schema validation on the specified object and if conversion fails,
the specified value object is returned unchanged.
|
![]() ![]() |
XmlSchemaTypeToDotNetType(XmlSchemaType, Object, CultureInfo, List<(Of <<'(Exception>)>>)) |
Converts and returns the object using a .NET type which closely resembles the specified Xml type code.
For example, the Xml type code gYearMonth will be represented as "yyyy-MM", gMonth as "--MM--", etcetera.
Notice that this function does not use any schema validation on the specified object and if conversion fails,
the specified value object is returned unchanged.
|