Solved.
A Thread Starter Art Vandelay Joined Nov 1, 2024 140 Mar 30, 2025 #1 Solved. Last edited: Mar 31, 2025
wayneh Joined Sep 9, 2010 18,085 Mar 30, 2025 #2 Not an expert in C++ but in Swift, which is derived from C++, you have to convert hex to an intermediate type, namely data. You can then convert data to string. See for example: https://stackoverflow.com/questions/41485494/convert-hex-encoded-string-to-string#41486920 Maybe that will trigger an idea.
Not an expert in C++ but in Swift, which is derived from C++, you have to convert hex to an intermediate type, namely data. You can then convert data to string. See for example: https://stackoverflow.com/questions/41485494/convert-hex-encoded-string-to-string#41486920 Maybe that will trigger an idea.