This documentation is archived and is not being maintained.

XsltConvert Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Contains conversion routines used by XSLT.

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

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

public ref class XsltConvert abstract sealed

The XsltConvert type exposes the following members.

  NameDescription
Public methodStatic memberEnsureNodeSetInfrastructure. Ensures that the specified sequence of objects is not a result tree fragment and that it can be converted to a node set.
Public methodStatic memberToBoolean(IList<XPathItem>)Infrastructure. Converts a specified value to Boolean.
Public methodStatic memberToBoolean(XPathItem)Infrastructure. Converts the specified value to Boolean.
Public methodStatic memberToDateTimeInfrastructure. Converts a specified value to a DateTime value.
Public methodStatic memberToDecimalInfrastructure. Converts a specified value to decimal.
Public methodStatic memberToDouble(Decimal)Infrastructure. Converts the specified value to double.
Public methodStatic memberToDouble(IList<XPathItem>)Infrastructure. Converts a specified value to double.
Public methodStatic memberToDouble(Int32)Infrastructure. Converts the specified value to double.
Public methodStatic memberToDouble(Int64)Infrastructure. Converts the specified value to double.
Public methodStatic memberToDouble(String)Infrastructure. Converts a specified value to double.
Public methodStatic memberToDouble(XPathItem)Infrastructure. Converts a specified value to double.
Public methodStatic memberToIntInfrastructure. Converts the specified value to int.
Public methodStatic memberToLongInfrastructure. Converts the specified value to long.
Public methodStatic memberToNode(IList<XPathItem>)Infrastructure. Converts a specified value to a node.
Public methodStatic memberToNode(XPathItem)Infrastructure. Converts the specified value to a node.
Public methodStatic memberToNodeSet(IList<XPathItem>)Infrastructure. Converts the items to a sequence of nodes.
Public methodStatic memberToNodeSet(XPathItem)Infrastructure. Converts the specified value to a node.
Public methodStatic memberToString(DateTime)Infrastructure. Converts the specified value to a string.
Public methodStatic memberToString(Double)Infrastructure. Converts the specified value to a string.
Public methodStatic memberToString(IList<XPathItem>)Infrastructure. Converts the items to a string.
Public methodStatic memberToString(XPathItem)Infrastructure. Converts the specified value to a string.
Top

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

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: