UtilitiesByteArrayToString Method |
Print an byte array to a hex string.
Slow.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string ByteArrayToString(
byte[] inArr
)
Public Shared Function ByteArrayToString (
inArr As Byte()
) As String
public:
static String^ ByteArrayToString(
array<unsigned char>^ inArr
)
Parameters
- inArr
- Type: SystemByte
Byte array
Return Value
Type:
StringString of hex bytes, or "null"/"empty" if no bytes provided
See Also