次の方法で共有


IDebugConvert.UInt64ToString(UInt64, Int32) メソッド

定義

クラスで実装される場合、指定した UInt64 値を String に変換します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

変換する値。

radix
Int32

戻り値の基数。 基数は、2、8、10、または 16 である必要があります。

戻り値

基数 valueradix の文字列形式。

適用対象

こちらもご覧ください