BYTE_TO_HEXSTRING (FUN)ΒΆ
FUNCTION BYTE_TO_HEXSTRING : STRING
Converts a byte into the corresponding hexadecimal string
- InOut:
- Scope - Name - Type - Comment - Return - BYTE_TO_HEXSTRING- STRING- Input - byInp- BYTE- The byte to convert into a hexadecimal string 
FUNCTION BYTE_TO_HEXSTRING : STRING
Converts a byte into the corresponding hexadecimal string
| Scope | Name | Type | Comment | 
|---|---|---|---|
| Return | 
 | 
 | |
| Input | 
 | 
 | The byte to convert into a hexadecimal string |