C# Class Misc.ArrayConversionHelpers

Afficher le fichier Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Méthodes publiques

Méthode Description
ByteArrayToHexString ( byte bytes ) : string
HexStringToByteArray ( string hex ) : byte[]

Method Details

ByteArrayToHexString() public static méthode

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

HexStringToByteArray() public static méthode

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