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

In This Topic
    Hex(Object) Method
    In This Topic
    Returns a string representing the hexadecimal value of a number.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Hex( _
       ByVal number As Object _
    ) As String
    public static string Hex( 
       object 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