Méthode | Description | |
---|---|---|
CompareTo ( this buf1, byte buf2 ) : bool | ||
ToHexString ( this buf ) : string | ||
ToHexString ( this buf, char separator ) : string |
public static CompareTo ( this buf1, byte buf2 ) : bool | ||
buf1 | this | |
buf2 | byte | |
Résultat | bool |
public static ToHexString ( this buf ) : string | ||
buf | this | |
Résultat | string |
public static ToHexString ( this buf, char separator ) : string | ||
buf | this | |
separator | char | |
Résultat | string |