C# Class DeviceHive.ArrayHelpers

Show file Open project: devicehive/devicehive-.net-mf

Public Methods

Method 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 method

public static Compare ( this array1 ) : bool
array1 this
return bool

SkipAndTake() public static method

public static SkipAndTake ( this array, int skip, int take ) : byte[]
array this
skip int
take int
return byte[]

ToHex() public static method

public static ToHex ( this b ) : String
b this
return String

ToHex() public static method

public static ToHex ( this data, Char spacer ) : String
data this
spacer Char
return String

ToHex() public static method

public static ToHex ( this data, String spacer ) : String
data this
spacer String
return String