long class : Oct() method

Description

Gets a string that represents the octal value.

Syntax

longInstance.Oct()

Arguments

None

Return value

ClassDescription
stringA string that represents the octal value.

Sample code

//anyLong is a instance of long type.

string octal = anyLong.Oct();

Notes

It's a wrapper of the Microsoft.VisualBasic.Conversion.Oct(Int64).

Links for reference

Copyright © Rice All rights reserved.