C# Class DeviceHive.ArrayHelpers

Afficher le fichier Open project: devicehive/devicehive-.net-mf

Méthodes publiques

Méthode Description
Compare ( this array1 ) : bool
SkipAndTake ( this array, int skip, int take ) : byte[]
ToHex ( this b ) : String
ToHex ( this data, Char spacer ) : String
ToHex ( this data, String spacer ) : String

Method Details

Compare() public static méthode

public static Compare ( this array1 ) : bool
array1 this
Résultat bool

SkipAndTake() public static méthode

public static SkipAndTake ( this array, int skip, int take ) : byte[]
array this
skip int
take int
Résultat byte[]

ToHex() public static méthode

public static ToHex ( this b ) : String
b this
Résultat String

ToHex() public static méthode

public static ToHex ( this data, Char spacer ) : String
data this
spacer Char
Résultat String

ToHex() public static méthode

public static ToHex ( this data, String spacer ) : String
data this
spacer String
Résultat String