Hi
In C# you would use this code to populate a ByteArray from a String:
string postData = "xml content";
byte[] byteArray = Encoding.UTF8.GetBytes (postData);
How to do it in X++?
Thanks, Jan
*This post is locked for comments
I have the same question (0)