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

分组大小。

返回

指示数字格式的字符串。

适用于