XsltLibrary.FormatNumberStatic(Double, Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作 format-number() XSLT 函式。 如需詳細資訊,請參閱 W3C 建議中的設定數值的格式一節 (英文)。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
System::String ^ FormatNumberStatic(double value, double decimalFormatterIndex);
public string FormatNumberStatic (double value, double decimalFormatterIndex);
member this.FormatNumberStatic : double * double -> string
Public Function FormatNumberStatic (value As Double, decimalFormatterIndex As Double) As String
參數
- value
- Double
要格式化的值。
- decimalFormatterIndex
- Double
格式器索引。
傳回
表示格式的字串。 如需詳細資訊,請參閱 W3C 建議中的設定數值的格式一節 (英文)。
備註
FormatNumberStatic方法會使用所建立的指定小數格式器物件來格式化指定的值 RegisterDecimalFormatter 。