long クラス : Oct() メソッド

説明

8進数を表す文字列を取得します。

構文

longInstance.Oct()

引数

無し

返り値

クラス説明
string8進数を表す文字列。

サンプルコード

//anyLongはlong型のインスタンス.

string octal = anyLong.Oct();

注意

Microsoft.VisualBasic.Conversion.Oct(Int64)のラッパーです。

参照リンク

Copyright © Rice All rights reserved.