Udostępnij za pośrednictwem


XsltLibrary.NumberFormat Metoda

Definicja

Pobiera ciąg wskazujący format liczby.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

value
IList<XPathItem>

IList<T> ciągów reprezentujących argumenty metody .

formatString
String

Ciąg formatu.

lang
Double

Język.

letterValue
String

Wartość litery.

groupingSeparator
String

Separator grupowania.

groupingSize
Double

Rozmiar grupowania.

Zwraca

Ciąg wskazujący format liczby.

Dotyczy