Converts the entire given byte array into a string of hex digits.
Namespace:
CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- vb
-
Type: byte[]
This is the byte array that contains the byte sequence to be converted. This must not be null, otherwise an ArgumentNullException will be thrown.
Return Value
Type: stringA string with the hexadecimal representation of the given byte sequence. The returned representation will use upper case hex digits.