CryptoSys PKI .NET Class Library

Cnv.ToHex Method 

Converts 8-bit binary data to equivalent hexadecimal string format

[Visual Basic]
Public Shared Function ToHex( _
   ByVal binaryData As Byte() _
) As String
[C#]
public static string ToHex(
   byte[] binaryData
);

Parameters

binaryData

Return Value

Hex-encoded string.

See Also

Cnv Class | CryptoSysPKI Namespace