C# Class Rolcore.ByteExtensions

Extension methods for byte.
Datei anzeigen Open project: Rollins/Rolcore

Public Methods

Method Description
ToHexString ( this b ) : string

Converts the specified byte to a hexadecimal string notation.

Method Details

ToHexString() public static method

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