XsltConvert Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains conversion routines used by XSLT.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | EnsureNodeSet(IList<XPathItem^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Ensures that the specified sequence of objects is not a result tree fragment and that it can be converted to a node set. |
![]() ![]() | ToBoolean(IList<XPathItem^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to Boolean. |
![]() ![]() | ToBoolean(XPathItem^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to Boolean. |
![]() ![]() | ToDateTime(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to a DateTime value. |
![]() ![]() | ToDecimal(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to decimal. |
![]() ![]() | ToDouble(Decimal) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to double. |
![]() ![]() | ToDouble(IList<XPathItem^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to double. |
![]() ![]() | ToDouble(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to double. |
![]() ![]() | ToDouble(Int64) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to double. |
![]() ![]() | ToDouble(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to double. |
![]() ![]() | ToDouble(XPathItem^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to double. |
![]() ![]() | ToInt(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to int. |
![]() ![]() | ToLong(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to long. |
![]() ![]() | ToNode(IList<XPathItem^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to a node. |
![]() ![]() | ToNode(XPathItem^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to a node. |
![]() ![]() | ToNodeSet(IList<XPathItem^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the items to a sequence of nodes. |
![]() ![]() | ToNodeSet(XPathItem^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to a node. |
![]() ![]() | ToString(DateTime) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to a string. |
![]() ![]() | ToString(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to a string. |
![]() ![]() | ToString(IList<XPathItem^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the items to a string. |
![]() ![]() | ToString(XPathItem^) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to a string. |
These conversions fall into the following three categories:
Internal type to internal type: These are conversions from one of the five XSLT types to another of the five types.
External type to internal type: These are conversions from any of the Xsd types to one of the five XSLT types.
Internal type to external type: These are conversions from one of the five XSLT types to any of the Xsd types.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

