Condividi tramite


XsltLibrary.NumberFormat Metodo

Definizione

Ottiene una stringa che indica il formato del numero.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

value
IList<XPathItem>

IList<T> di stringhe che rappresentano argomenti del metodo.

formatString
String

Stringa di formato.

lang
Double

Linguaggio.

letterValue
String

Valore in lettere.

groupingSeparator
String

Separatore di raggruppamento.

groupingSize
Double

Dimensione del raggruppamento.

Restituisce

String

Stringa che indica il formato del numero.

Si applica a