M
matthew-andrews
Hi,
I have a string being returned to a VB component from c#. This string
is a byte[] which has been encoded using;
System.Text.ASCIIEncoding e = new System.Text.ASCIIEncoding();
string result = e.GetString(byteArray);
How do I go from this string result to a byte[] using VB6? Any
pointers?
I have a string being returned to a VB component from c#. This string
is a byte[] which has been encoded using;
System.Text.ASCIIEncoding e = new System.Text.ASCIIEncoding();
string result = e.GetString(byteArray);
How do I go from this string result to a byte[] using VB6? Any
pointers?