ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / Oct Method / Oct(Int32) Method
Required. Any valid numeric expression or String expression.

In This Topic
    Oct(Int32) Method
    In This Topic
    Returns a string representing the octal value of a number.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Oct( _
       ByVal number As Integer _
    ) As String
    public static string Oct( 
       int number
    )

    Parameters

    number
    Required. Any valid numeric expression or String expression.

    Return Value

    Returns a string representing the octal value of a number.
    See Also