共用方式為


StringType.FromDecimal 方法

定義

傳回 String 值,這個值對應於指定的 Decimal 和選擇性的數字格式資訊。

多載

FromDecimal(Decimal)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

傳回對應於指定之 StringDecimal 值。

FromDecimal(Decimal, NumberFormatInfo)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

傳回 String 值,這個值對應於指定的 Decimal 和數字格式資訊。

備註

這個類別支援 Visual Basic 編譯程式,不適合直接從程式代碼使用。

FromDecimal(Decimal)

來源:
StringType.vb
來源:
StringType.vb
來源:
StringType.vb

傳回對應於指定之 StringDecimal 值。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::String ^ FromDecimal(System::Decimal Value);
public static string FromDecimal (decimal Value);
static member FromDecimal : decimal -> string
Public Shared Function FromDecimal (Value As Decimal) As String
Public Function FromDecimal (Value As Decimal) As String

參數

Value
Decimal

必要。 Decimal 表示轉換為 String 值。

傳回

對應於 ValueString 值。

備註

這個類別支援 Visual Basic 編譯程式,不適合直接從程式代碼使用。

適用於

FromDecimal(Decimal, NumberFormatInfo)

來源:
StringType.vb
來源:
StringType.vb
來源:
StringType.vb

傳回 String 值,這個值對應於指定的 Decimal 和數字格式資訊。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::String ^ FromDecimal(System::Decimal Value, System::Globalization::NumberFormatInfo ^ NumberFormat);
public static string FromDecimal (decimal Value, System.Globalization.NumberFormatInfo? NumberFormat);
public static string FromDecimal (decimal Value, System.Globalization.NumberFormatInfo NumberFormat);
static member FromDecimal : decimal * System.Globalization.NumberFormatInfo -> string
Public Shared Function FromDecimal (Value As Decimal, NumberFormat As NumberFormatInfo) As String
Public Function FromDecimal (Value As Decimal, NumberFormat As NumberFormatInfo) As String

參數

Value
Decimal

必要。 Decimal 表示轉換為 String 值。

NumberFormat
NumberFormatInfo

NumberFormatInfo 物件,依據文化特性 (Culture) 定義格式化和顯示數值的方式。

傳回

對應於 ValueString 值。

備註

這個類別支援 Visual Basic 編譯程式,不適合直接從程式代碼使用。

適用於