XsltConvert.ToString Method
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.
Converts the specified value to a string.
Overloads
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(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(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. |
ToString(Double)
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
Converts the specified value to a string.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::String ^ ToString(double value);
public static string ToString (double value);
static member ToString : double -> string
Public Shared Function ToString (value As Double) As String
Parameters
- value
- Double
A value of type double
.
Returns
A value of type string
.
Applies to
ToString(IList<XPathItem>)
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
Converts the items to a string.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::String ^ ToString(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static string ToString (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ToString : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> string
Public Shared Function ToString (listItems As IList(Of XPathItem)) As String
Parameters
Returns
A value of type string
.
Applies to
ToString(DateTime)
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
Converts the specified value to a string.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::String ^ ToString(DateTime value);
public static string ToString (DateTime value);
static member ToString : DateTime -> string
Public Shared Function ToString (value As DateTime) As String
Parameters
- value
- DateTime
A value of type DateTime
.
Returns
A value of type string
.
Applies to
ToString(XPathItem)
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
- Source:
- XsltConvert.cs
Converts the specified value to a string.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
static System::String ^ ToString(System::Xml::XPath::XPathItem ^ item);
public static string ToString (System.Xml.XPath.XPathItem item);
static member ToString : System.Xml.XPath.XPathItem -> string
Public Shared Function ToString (item As XPathItem) As String
Parameters
Returns
A value of type string
.