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

In This Topic
    Hex(Int64) Method
    In This Topic
    Returns a string representing the hexadecimal value of a number.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Hex( _
       ByVal number As Long _
    ) As String
    public static string Hex( 
       long number
    )

    Parameters

    number
    Required. Any valid numeric expression or String expression.

    Return Value

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