Sunday, February 22, 2015

How to make added strings works with regular strings

If you see my UTF-8 reader, you can see that I managed to make it compatible with regular strings. Line #69 is the key here, and I'll reproduce it for you:
return ToString(res);
Yes, if you use ToString, then the result will be completely compatible with regular strings!

No comments:

Post a Comment