Share via


IDebugConvert.UInt32ToString(UInt32, Int32) 方法

定义

在类中实现时,将指定的 UInt32 值转换为 String

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 System::String ^ UInt32ToString(System::UInt32 value, int radix);
public string UInt32ToString (uint value, int radix);
abstract member 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 的字符串表示形式。

适用于

另请参阅