NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
string FlattenVar ( variant  x)
inline

Flatten any data to a string.

Return a string containing the byte representation of the specified value.

See Also
UnflattenVar
Parameters
xAny NXC datatype.
Returns
A string containing the byte representation of the parameter x.
Examples:
ex_FlattenVar.nxc, ex_string.nxc, and ex_UnflattenVar.nxc.