String to char

J

Jeff

Hi,
I am trying to convert a String to a char to save to a file using
fwrite(), doing it this way because of some existing code that I am
using. Is there a cast in .NET that will change the unicode to a char?
Thanks
Jeff
 
J

Julie

Jeff said:
Hi,
I am trying to convert a String to a char to save to a file using
fwrite(), doing it this way because of some existing code that I am
using. Is there a cast in .NET that will change the unicode to a char?
Thanks
Jeff

Google Groups is your friend.
 

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

Top