Encoding.Default.GetString() and then Encoding.Default.GetBytes() create two different byte[], How?
So If I do this
Somehow encodedBytes[] and encodedBytesTest[] are different in values and length, how is this possible, or what am I missing?
1 Reply
if you are converting to string random bytes it's quite possible that some on the characters don't exist