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

Namespace: CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)

Public Shared Function FromByteArray( _ 
ByVal vb As Byte() _ 
) As String
This language is not supported or no code example is available.
public static string FromByteArray( 
byte[] vb 
)
This language is not supported or no code example is available.
public:  
static String^ FromByteArray( 
array< Byte >^ vb 
)
This language is not supported or no code example is available.
public static function FromByteArray( 
vb : byte[] 
) : String;
This language is not supported or no code example is available.

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: string

A string with the hexadecimal representation of the given byte sequence. The returned representation will use upper case hex digits.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0