XsltLibrary.NumberFormat Methode

Definitie

Hiermee haalt u een tekenreeks op die de getalnotatie aangeeft.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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> van tekenreeksen die argumenten voor de methode vertegenwoordigen.

formatString
String

De notatietekenreeks.

lang
Double

De taal.

letterValue
String

De letterwaarde.

groupingSeparator
String

Het groeperingsscheidingsteken.

groupingSize
Double

De groeperingsgrootte.

Retouren

Een tekenreeks die de getalnotatie aangeeft.

Van toepassing op