共用方式為


IDebugConvert.Int32ToString(Int32, Int32) 方法

定義

在類別中實作時,將指定的 Int32 值轉換成 String

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

public:
 System::String ^ Int32ToString(int value, int radix);
public string Int32ToString (int value, int radix);
abstract member Int32ToString : int * int -> string
Public Function Int32ToString (value As Integer, radix As Integer) As String

參數

value
Int32

要進行轉換的值。

radix
Int32

傳回值的基數。 基數必須是 2、8、10 或 16。

傳回

String

在基底 valueradix 的字串表示。

適用於

另請參閱