Learn C# - How To Get a Consistent Byte Representation of Strings?
Encoding can be a frustrating experience for a coder who is just looking for byte representation of strings. If you are using C#, and thinking of how to get a consistent byte representation from the string…