C# Class BelhardTraining.Extensions.ArrayExtensions

Afficher le fichier Open project: bazile/Training

Méthodes publiques

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

Method Details

CompareTo() public static méthode

public static CompareTo ( this buf1, byte buf2 ) : bool
buf1 this
buf2 byte
Résultat bool

ToHexString() public static méthode

public static ToHexString ( this buf ) : string
buf this
Résultat string

ToHexString() public static méthode

public static ToHexString ( this buf, char separator ) : string
buf this
separator char
Résultat string