Click or drag to resize
UtilitiesByteArrayToHexView Method (Byte, Int32)
Pretty-print a Hex view of a byte array. Slow.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static string ByteArrayToHexView(
	byte[] inArr,
	int iBytesPerLine
)

Parameters

inArr
Type: SystemByte
The byte array
iBytesPerLine
Type: SystemInt32
Number of bytes per line

Return Value

Type: String
String containing a pretty-printed array
See Also