NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
string ByteArrayToStr ( byte  data[])
inline

Convert a byte array to a string.

Convert the specified array to a string by appending a null terminator to the end of the array elements. The array must be a one-dimensional array of byte.

See Also
StrToByteArray, ByteArrayToStrEx
Parameters
dataA byte array.
Returns
A string containing data and a null terminator byte.
Examples:
ex_ByteArrayToStr.nxc, and ex_string.nxc.