C# Class FactomAPI.Arrays

Afficher le fichier Open project: CryptidID/FactomDotNet

Méthodes publiques

Méthode Description
ByteArrayToHex ( byte ba ) : string

Converts byte[] to hex string

CopyOfRange ( byte src, int start, int end ) : byte[]

Convience function to emulate Java's CopyOfRange

Method Details

ByteArrayToHex() public static méthode

Converts byte[] to hex string
public static ByteArrayToHex ( byte ba ) : string
ba byte
Résultat string

CopyOfRange() public static méthode

Convience function to emulate Java's CopyOfRange
public static CopyOfRange ( byte src, int start, int end ) : byte[]
src byte The byte array to copfrom
start int The index to cut from
end int The index to cut to
Résultat byte[]