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