Click or drag to resize
UtilitiesByteArrayToHexView Method (Byte, Int32, Int32, Int32, Boolean)

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

Parameters

inArr
Type: SystemByte
iStartAt
Type: SystemInt32
iBytesPerLine
Type: SystemInt32
iMaxByteCount
Type: SystemInt32
bShowASCII
Type: SystemBoolean

Return Value

Type: String
See Also