String to char

  • Thread starter Thread starter Jeff
  • Start date Start date
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
 
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.
 
Back
Top