byte[] bytes = { 0x36,0x92,0x30,0x94};
string result = Encoding.ASCII.GetString(bytes); // result = "6?0?";
result == "6’0”" is Exactly . So result == "6?0?" is Wrong. Please help me Fix Ascii.GetString(bytes);
Dear customer,
Please try reposting your .NET Framework programming question to the MSDN forums at http://social.msdn.microsoft.com/Forums/en-US/categories. This forum is limited to the Fix it Center tool only.