UtilitiesByteArrayToHexView Method (Byte, Int32, Int32, Int32, Boolean) |
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string ByteArrayToHexView(
byte[] inArr,
int iStartAt,
int iBytesPerLine,
int iMaxByteCount,
bool bShowASCII
)
Public Shared Function ByteArrayToHexView (
inArr As Byte(),
iStartAt As Integer,
iBytesPerLine As Integer,
iMaxByteCount As Integer,
bShowASCII As Boolean
) As String
public:
static String^ ByteArrayToHexView(
array<unsigned char>^ 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:
StringSee Also