IDebugConvert.UInt64ToString(UInt64, Int32) 方法
定义
public:
System::String ^ UInt64ToString(System::UInt64 value, int radix);
public string UInt64ToString (ulong value, int radix);
abstract member UInt64ToString : uint64 * int -> string
Public Function UInt64ToString (value As ULong, radix As Integer) As String
参数
- value
- UInt64
要转换的值。The value to convert.
- radix
- Int32
该返回值的基数。The base of the return value. 基数必须是 2、8、10 或 16。The base must be 2, 8, 10, or 16.
返回
以 value 为基数的 radix 的字符串表示形式。The string representation of value in base radix.