XsltLibrary.NumberFormat Method

Definition

Gets a string that indicates the number format.

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

public:
 System::String ^ NumberFormat(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ value, System::String ^ formatString, double lang, System::String ^ letterValue, System::String ^ groupingSeparator, double groupingSize);
public string NumberFormat (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> value, string formatString, double lang, string letterValue, string groupingSeparator, double groupingSize);
member this.NumberFormat : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> * string * double * string * string * double -> string
Public Function NumberFormat (value As IList(Of XPathItem), formatString As String, lang As Double, letterValue As String, groupingSeparator As String, groupingSize As Double) As String

Parameters

value
IList<XPathItem>

IList<T> of strings that represent arguments to the method.

formatString
String

The format string.

lang
Double

The language.

letterValue
String

The letter value.

groupingSeparator
String

The grouping separator.

groupingSize
Double

The grouping size.

Returns

A string that indicates the number format.

Applies to