Question:You need to decode a file encoded in ASCII. Which of the following decoding types would yield correct results? (Choose all that apply.) - VB.NET
A Encoding.UTF32 B Encoding.UTF16 C Encoding.UTF8 D Encoding.UTF7
+ AnswerC D
+ Report