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.

Namespace:   System.Xml.Xsl.Runtime
Assembly:  System.Data.SqlXml (in System.Data.SqlXml.dll)

System::Object
  System.Xml.Xsl.Runtime::XsltConvert

public ref class XsltConvert abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticEnsureNodeSet(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.

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

System_CAPS_pubmethodSystem_CAPS_staticToBoolean(XPathItem^)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to Boolean.

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

System_CAPS_pubmethodSystem_CAPS_staticToDecimal(Double)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to decimal.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Decimal)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to double.

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

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to double.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(Int64)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to double.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to double.

System_CAPS_pubmethodSystem_CAPS_staticToDouble(XPathItem^)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts a specified value to double.

System_CAPS_pubmethodSystem_CAPS_staticToInt(Double)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to int.

System_CAPS_pubmethodSystem_CAPS_staticToLong(Double)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified value to long.

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

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

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

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

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

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

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

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

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

Return to top
Show: