I want to convert a signed integer to string.
Is the only way to use uint2str() and then use a string library function, e.g., strings, concat() to concat the sign “-“?. Or is there more efficient way?
I want to convert a signed integer to string.
Is the only way to use uint2str() and then use a string library function, e.g., strings, concat() to concat the sign “-“?. Or is there more efficient way?