C# Class Bend.Lsd

Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
ToHexString ( byte bytes ) : String
lsdToNumber ( byte bytes ) : long
numberToLsd ( long encodenum, int pad_to_digits ) : byte[]

Method Details

ToHexString() public static method

public static ToHexString ( byte bytes ) : String
bytes byte
return String

lsdToNumber() public static method

public static lsdToNumber ( byte bytes ) : long
bytes byte
return long

numberToLsd() public static method

public static numberToLsd ( long encodenum, int pad_to_digits ) : byte[]
encodenum long
pad_to_digits int
return byte[]