XsltConvert Class

Definition

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 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.

Applies to