I’m using the Encoding.ASCII class in my WinForms app. Now I need to convert that into a Windows Store app. The problem is, the ASCII class is missing!
using System.Text;
Here is the assembly and in other types the System.Text.ASCII class is available but not in this one.
How can I resolve this?
From MSDN Forums Post 1:
From MSDN Forums Post 2: