ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / toHexString Method / toHexString(Int32) Method
int to represent

In This Topic
    toHexString(Int32) Method
    In This Topic
    Create a 8 character hex representation of a int
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function toHexString( _
       ByVal i As Integer _
    ) As String
    public static string toHexString( 
       int i
    )

    Parameters

    i
    int to represent

    Return Value

    representation
    See Also