DebugConvert.Int32ToString(Int32, Int32) 方法

定義

將指定的 Int32String轉換為 。

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

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

參數

value
Int32

要轉換的值。

radix
Int32

回報值的底值。 底數必須是2、8、10或16。

傳回

在基底 value中 的radix串表示。

實作

適用於

另請參閱