Hello,
I want to convert a WORD type to a string, I have this code:
FileTimeToSystemTime(&fdFile.ftLastWriteTime, &SysTime);
String numday = SysTime.wDay;
But i says that operation connot be done because it's a WORD what I wan to insert to a String.
And my question is, is there any function/way to convert a WORD to string?
Thanks!