I have a array<unsigned char>^ which contains a load of ascii characters which I’d like to convert into a String^. What’s the most efficient way to do this?
I have a array<unsigned char>^ which contains a load of ascii characters which I’d
Share
Found a solution here: