共用方式為


XsltLibrary.FormatNumberStatic(Double, Double) 方法

定義

實作 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

格式器索引。

傳回

String

表示格式的字串。 如需詳細資訊,請參閱 W3C 建議中的設定數值的格式一節 (英文)。

備註

FormatNumberStatic方法會使用所建立的指定小數格式器物件來格式化指定的值 RegisterDecimalFormatter

適用於