XsltConvert Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains conversion routines used by XSLT.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class XsltConvert abstract sealed
public static class XsltConvert
type XsltConvert = class
Public Class XsltConvert
- Inheritance
-
XsltConvert
Remarks
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.
Methods
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 |
ToDecimal(Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to |
ToDouble(Decimal) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to |
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 |
ToDouble(Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to |
ToDouble(Int64) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to |
ToDouble(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to |
ToDouble(XPathItem) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to |
ToInt(Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to |
ToLong(Double) |
This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to |
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. |