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

  • Home
  • SEARCH
  • 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 6200013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T04:17:28+00:00 2026-05-24T04:17:28+00:00

My application gets data from a hardware device which is represented as a string,

  • 0

My application gets data from a hardware device which is represented as a string, EG XYZ*012. I split the string up so I get “012” which I need to convert to an array of bytes.

The problem I have is that I want each digit to keep its value so the character “0” will be stored in a byte as 0 and character “1” will be stored in the byte as 1 etc.
This is required because I need to work on the bits of the bytes. I’ve tried using the “GetBytes” command but it converts “0” into 48 which is not what I want.

Is there a command to do what I want or do I need to manually handle each character in the string separately in a loop?

  • 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-05-24T04:17:29+00:00Added an answer on May 24, 2026 at 4:17 am

    The following will normalize text character numbers, to their byte number equivalents:

    byte[] bytes = data.Select(c => (byte)(c - '0')).ToArray();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a web application in Java which gets data from servlets
I am developing a flex charting web application which gets data from csv files.
We have an application which gets the data from a MS SQL database residing
I'm currently writing an iPhone application which gets some data from the user and
I'm developing an application that gets large images from an Internet server which is
We have a web application that gets its data from a certain database. The
I have a Visual Studio 2005/ C# ClickOnce application that gets all its data from a
I am trying to use MVVM in my WPF application which displays data from
I'm working on an application that gets content from feeds in C#. This content
I have an application that is sensitive to the directory it gets invoked from

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.