'Declaration Public Function BytesToHexString( _ ByVal bytes() As System.Byte _ ) As System.String
'Usage Dim instance As Encryption Dim bytes() As System.Byte Dim value As System.String value = instance.BytesToHexString(bytes)
public System.string BytesToHexString( System.byte[] bytes )
public function BytesToHexString( bytes: System.Bytearray of ): System.String;
public function BytesToHexString( bytes : System.byte[] ) : System.String;
public: System.string* BytesToHexString( System.byte[]* bytes )
public: System.String^ BytesToHexString( System.array<byte>^ bytes )
Parameters
- bytes
- The bytes to encode
Return Value
Hex formatted string OR String.empty on error