C# Class BF2Statistics.ByteExtensions

Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Méthode Description
ToHex ( this bytes, bool upperCase = true ) : string

Converts the byte array to its Hex string equivlent

Method Details

ToHex() public static méthode

Converts the byte array to its Hex string equivlent
public static ToHex ( this bytes, bool upperCase = true ) : string
bytes this
upperCase bool Do we uppercase the hex string?
Résultat string