efficient data type to transfer data from managed to unmanaged

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to pass a string of values seperated by a : (ex:
ABC:12:R50:XY10) from a C# code to C code.

What is the best format that I could sent the data so that I could parse it
and retreive the data easily in the C code. Now, I am passing it as a String
from C# but really getting stuck parsing in from C.

Guess, a char* data type would be more easy to parse in C.

Comments & Advice Pls,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top