C# Class iTextFilters.HexDumper

ファイルを表示 Open project: dzzie/pdfstreamdumper Class Usage Examples

Public Methods

Method Description
HexDump ( byte b ) : string
HexDump ( string str ) : string

Private Methods

Method Description
AddByte ( byte b, bool final ) : void

Method Details

HexDump() public static method

public static HexDump ( byte b ) : string
b byte
return string

HexDump() public static method

public static HexDump ( string str ) : string
str string
return string