S
shapper
Hello,
I have the following:
String result = Convert.ToBase64String(Encoding.UTF8.GetBytes
("Test"));
Shouldn't result become "Test"? I get "VGVzdA=="
I am using this approach to save Byte data into a XML file and get it
back to a string.
It isn't working so I made this test and I was expecting to get "Test"
in result.
Thanks,
Miguel
I have the following:
String result = Convert.ToBase64String(Encoding.UTF8.GetBytes
("Test"));
Shouldn't result become "Test"? I get "VGVzdA=="
I am using this approach to save Byte data into a XML file and get it
back to a string.
It isn't working so I made this test and I was expecting to get "Test"
in result.
Thanks,
Miguel