Share via


DebugConvert.UInt32ToString(UInt32, Int32) メソッド

定義

指定した UInt32 値を String に変換します。

この 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 である必要があります。

戻り値

基数 valueradix の文字列形式。

実装

適用対象

こちらもご覧ください