XsltFunctions.MSNumber(IList<XPathItem>) Method

Definition

Implements ms:numberMicrosoft XPath extension function.

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

public:
 static double MSNumber(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ value);
public static double MSNumber (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> value);
static member MSNumber : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> double
Public Shared Function MSNumber (value As IList(Of XPathItem)) As Double

Parameters

Returns

Double.

Applies to