C# Class BF2Statistics.ByteExtensions

Show file Open project: BF2Statistics/ControlCenter

Public Methods

Method Description
ToHex ( this bytes, bool upperCase = true ) : string

Converts the byte array to its Hex string equivlent

Method Details

ToHex() public static method

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?
return string