Convert String to Binary number or other recognizable repersentation

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

I am working on Encryption in C#. after I encrypted the message, they are in
some kinds of unrecognizable format, when I try to parse that string in my
XmlDocument, It give me error. So I want to find a way to covert them to
universal recognizable format. binary number is a possible solution.#

thanks
 
Back
Top