long クラス : Hex() メソッド
説明
16進数の値を表す文字列を取得します。
構文
longInstance.Hex()
引数
無し
返り値
クラス | 説明 |
string | 16進数の値を表す文字列。 |
サンプルコード
//anyLongはlong型のインスタンス.
string hexadecimal = anyLong.Hex();
注意
Microsoft.VisualBasic.Conversion.Hex(Int64)のラッパーです。
16進数の値を表す文字列を取得します。
longInstance.Hex()
無し
クラス | 説明 |
string | 16進数の値を表す文字列。 |
//anyLongはlong型のインスタンス.
string hexadecimal = anyLong.Hex();
Microsoft.VisualBasic.Conversion.Hex(Int64)のラッパーです。