DebugConvert.UInt32ToString(UInt32, Int32) 方法

定義

將指定的 UInt32String轉換為 。

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

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

參數

value
UInt32

要轉換的值。

radix
Int32

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

傳回

在基底 value中 的radix串表示。

實作

適用於

另請參閱