Converting String to Byte Array

  • Thread starter Thread starter Wardeaux
  • Start date Start date
W

Wardeaux

I'm sure there's got to be an easier way...

What's the best way to convert a String to and from ByteArray for use in
Base64 crypto?

MTIA!!
wardeaux
 
* "Wardeaux said:
I'm sure there's got to be an easier way...

What's the best way to convert a String to and from ByteArray for use in
Base64 crypto?

'System.Text.Encoding.*.GetBytes'.
 
Back
Top