This documentation is archived and is not being maintained.
XsltConvert Class
Visual Studio 2010
This API supports the .NET Framework 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)
The XsltConvert type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | EnsureNodeSet | Infrastructure. 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>) | Infrastructure. Converts a specified value to Boolean. |
![]() ![]() | ToBoolean(XPathItem) | Infrastructure. Converts the specified value to Boolean. |
![]() ![]() | ToDateTime | Infrastructure. Converts a specified value to a DateTime value. |
![]() ![]() | ToDecimal | Infrastructure. Converts a specified value to decimal. |
![]() ![]() | ToDouble(Decimal) | Infrastructure. Converts the specified value to double. |
![]() ![]() | ToDouble(IList<XPathItem>) | Infrastructure. Converts a specified value to double. |
![]() ![]() | ToDouble(Int32) | Infrastructure. Converts the specified value to double. |
![]() ![]() | ToDouble(Int64) | Infrastructure. Converts the specified value to double. |
![]() ![]() | ToDouble(String) | Infrastructure. Converts a specified value to double. |
![]() ![]() | ToDouble(XPathItem) | Infrastructure. Converts a specified value to double. |
![]() ![]() | ToInt | Infrastructure. Converts the specified value to int. |
![]() ![]() | ToLong | Infrastructure. Converts the specified value to long. |
![]() ![]() | ToNode(IList<XPathItem>) | Infrastructure. Converts a specified value to a node. |
![]() ![]() | ToNode(XPathItem) | Infrastructure. Converts the specified value to a node. |
![]() ![]() | ToNodeSet(IList<XPathItem>) | Infrastructure. Converts the items to a sequence of nodes. |
![]() ![]() | ToNodeSet(XPathItem) | Infrastructure. Converts the specified value to a node. |
![]() ![]() | ToString(DateTime) | Infrastructure. Converts the specified value to a string. |
![]() ![]() | ToString(Double) | Infrastructure. Converts the specified value to a string. |
![]() ![]() | ToString(IList<XPathItem>) | Infrastructure. Converts the items to a string. |
![]() ![]() | ToString(XPathItem) | Infrastructure. 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
