Conversion.Oct Method (Int32)
Returns a string representing the octal value of a number.
Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- Number
- Type: System.Int32
Required. Any valid numeric expression or String expression.
| Exception | Condition |
|---|---|
| ArgumentNullException | Number is not specified. |
| ArgumentException | Number is not a numeric type. |
If Number is not already a whole number, it is rounded to the nearest whole number before being evaluated.
If Number is | Oct returns |
Empty | Zero (0) |
Any other number | Up to 22 octal characters |
You can represent octal numbers directly by preceding numbers in the proper range with &O. For example, &O10 is the octal notation for decimal 8.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.