NXC
Version 1.2.1 r5
|
|
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.
data | A byte array. |
str | A string variable reference which, on output, will contain data and a null terminator byte. |