1
C / C++ / Converting between UnicodeString and CkStringBuilder and CkBinData
« on: December 24, 2017, 08:10:43 PM »
I am using C++ Builder. Is there some efficient way to convert between the format for form object text (UnicodeString) and Chilkat objects like CkStringBuilder and CkBinData::getEncoded("base64_mime")? So far the best I have been able to do is create a byte array, move stuff into the byte array then move it back out of the byte array to the desired format, but this seems pretty round-about way of accomplishing it.