Programming Reference:Functions:CCBytesToHex
From CodeCharge Studio Community Wiki
Description
Converts decimal to hexadecimal.
Location
Common
Syntax
CCBytesToHex(bytesArray);
Return value
Array
Parameters
| Name | Type | Description | Required |
| bytesArray | Array | An array holding the decimal values to be converted to hexadecimal. | Yes |
See also:
CCHexToBytes, CCBytesToString