C# Class RazorDB.BinaryHelper

Afficher le fichier Open project: gnoso/razordb

Méthodes publiques

Méthode Description
ByteToHexString ( byte bytes ) : string
HexStringToByte ( string hex ) : byte[]

Method Details

ByteToHexString() public static méthode

public static ByteToHexString ( byte bytes ) : string
bytes byte
Résultat string

HexStringToByte() public static méthode

public static HexStringToByte ( string hex ) : byte[]
hex string
Résultat byte[]