ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc Namespace / ICCProfile Class / toHexString Method / toHexString(Int16) Method
short to represent

In This Topic
    toHexString(Int16) Method
    In This Topic
    Create a 4 character hex representation of a short
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function toHexString( _
       ByVal i As Short _
    ) As String
    public static string toHexString( 
       short i
    )

    Parameters

    i
    short to represent

    Return Value

    representation
    See Also