Partager via


XsltLibrary.NumberFormat Méthode

Définition

Obtient une chaîne qui indique le format de nombre.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre 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

Paramètres

value
IList<XPathItem>

IList<T> des chaînes qui représentent des arguments à la méthode.

formatString
String

Chaîne de format.

lang
Double

Langage.

letterValue
String

Valeur de la lettre.

groupingSeparator
String

Séparateur du regroupement.

groupingSize
Double

Taille du regroupement.

Retours

String

Chaîne qui indique le format de nombre.

S’applique à