Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9205427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:56:52+00:00 2026-06-17T23:56:52+00:00

I have this code work in desktop app, but it doesn’t work in Windows

  • 0

I have this code work in desktop app, but it doesn’t work in Windows 8 Store app, because System.Text does not have ASCIIEncoding support anymore:

tagdata is a byte array.

ASCIIEncoding.ASCII.GetString(tagdata).Trim();

Should I use UT8Encoding? I just want to convert the byte array into ASCII text.

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:56:53+00:00Added an answer on June 17, 2026 at 11:56 pm

    For a start, I’d suggest using Encoding.ASCII everywhere instead of ASCIIEncoding.ASCII – the latter somewhat implies that the ASCII property is a member of the ASCIIEncoding class, which it’s not.

    If you know that your byte array is just ASCII text, then you can use Encoding.UTF8 freely, as every character present in ASCII is represented the same way in both UTF-8 and ASCII.

    If you want to check the validity first, you just need to check that every byte in the array is less than 128

    bool isAscii = tagData.All(b => b < 128);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey I have this code but it doesn't work because it is expecting a
I have this code that works in a unit test but doesn't work when
I have write this code but it does work only if I am already
I have this below code and it work fine header (content-type: text/xml); $xml =
Hi I have this code and it doesn't work, what am I doing wrong?
I have this code, but i cant make it work: images = Image.find_by_sql('PREPARE stmt
I have this code and I need to make this work: if ($handle =
How do you make this code work? Just have pyglet installed and change fireball.png
I have the this code that will create excel file and work sheet then
I have written this code in javascript however I have to make it work

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.