XsltLibrary.NumberFormat 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示数字格式的字符串。
此 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
参数
- formatString
- String
格式字符串。
- lang
- Double
语言。
- letterValue
- String
字母值。
- groupingSeparator
- String
分组分隔符。
- groupingSize
- Double
分组大小。
返回
指示数字格式的字符串。