Converts a range from the given byte array into a string of hex digits.

Name Description
FromByteArray(byte[], int, int, int) Interprets a byte array as MSB first (leftmost bit) and then allows extraction, of a int (32 bit) value by byte offset, bit offset and number of bits COUNTING BITS FROM LSB to MSB i.e. right to left.
FromByteArray(byte[]) Converts the entire given byte array into a string of hex digits.
FromByteArray(byte[], int, int) Converts a range from the given byte array into a string of hex digits.