XsltLibrary.NumberFormat メソッド

定義

数値書式を示す文字列を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

value
IList<XPathItem>

メソッドの引数を表す文字列の IList<T>

formatString
String

書式指定文字列。

lang
Double

言語。

letterValue
String

文字値。

groupingSeparator
String

グループ区切り記号。

groupingSize
Double

グループのサイズ。

戻り値

数値書式を示す文字列。

適用対象