Click or drag to resize
UtilitiesByteArrayToString Method
Print an byte array to a hex string. Slow.

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

Parameters

inArr
Type: SystemByte
Byte array

Return Value

Type: String
String of hex bytes, or "null"/"empty" if no bytes provided
See Also