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

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

    Parameters

    i
    byte to represent

    Return Value

    representation
    See Also