DebugConvert.UInt32ToString(UInt32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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串表示。