XsltLibrary.NumberFormat Méthode

Définition

Obtient une chaîne qui indique le format numérique.

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

Langue.

letterValue
String

Valeur de lettre.

groupingSeparator
String

Séparateur de regroupement.

groupingSize
Double

Taille de regroupement.

Retours

Chaîne qui indique le format numérique.

S’applique à