Question
Unicode to double and display a double in a textArea
Hello,
How can I convert a Unicode::UnicodeChar* to a double ? I've only found the function "atoi" to convert it to an 'int'.
And also, how can I display a double in a textArea as such :
Unicode::snprintf(textArea1Buffer, 10, "%f", 2.5);
Thanks in advance!
