C# Class Misc.ArrayConversionHelpers

Show file Open project: llucenic/MonoDevelop.Debugger.Gdb.D

Public Methods

Method Description
ByteArrayToHexString ( byte bytes ) : string
HexStringToByteArray ( string hex ) : byte[]

Method Details

ByteArrayToHexString() public static method

public static ByteArrayToHexString ( byte bytes ) : string
bytes byte
return string

HexStringToByteArray() public static method

public static HexStringToByteArray ( string hex ) : byte[]
hex string
return byte[]