|
2 |
edited tags
|
||
|
1 |
|
||
.NET: Why isn't base 64 in Encoding.GetEncodings()?I have a function that can decode an array of bytes into a string of characters using a specified encoding. Example:
If I want to include base64 in this I have to do something like this:
Why is base64 treated special in .NET?
|
||||
