C# Class BelhardTraining.Extensions.ArrayExtensions

显示文件 Open project: bazile/Training

Public Methods

Method Description
CompareTo ( this buf1, byte buf2 ) : bool
ToHexString ( this buf ) : string
ToHexString ( this buf, char separator ) : string

Method Details

CompareTo() public static method

public static CompareTo ( this buf1, byte buf2 ) : bool
buf1 this
buf2 byte
return bool

ToHexString() public static method

public static ToHexString ( this buf ) : string
buf this
return string

ToHexString() public static method

public static ToHexString ( this buf, char separator ) : string
buf this
separator char
return string