C# Class RazorDB.BinaryHelper

显示文件 Open project: gnoso/razordb

Public Methods

Method Description
ByteToHexString ( byte bytes ) : string
HexStringToByte ( string hex ) : byte[]

Method Details

ByteToHexString() public static method

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

HexStringToByte() public static method

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