###User Defined Function###
_HexToStr

###Description###
Convert a hex string to a string.

###Syntax###
#include <HexToStr.au3>
$variable = _HexToStr("hex")


###Parameters###
$strHex

###ReturnValue###
Returns string upon success. Returns -1 and sets @error to 1 upon failure.


###Remarks###
This returns a string from the hex that was passed to the function.

###Related###


###Example###
@@IncludeExample@@