In example
string newString = Convert.ToBase64String(byte[] array)
How would I go about converting newString
to get a byte[]
(byte array)?
Convert.FromBase64String(newString)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With