C# Class Rolcore.ByteExtensions

Extension methods for byte.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
ToHexString ( this b ) : string

Converts the specified byte to a hexadecimal string notation.

Method Details

ToHexString() public static méthode

Converts the specified byte to a hexadecimal string notation.
public static ToHexString ( this b ) : string
b this The byte to convert.
Résultat string