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 6238699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:15:39+00:00 2026-05-24T11:15:39+00:00

I want to convert a string into an array of bytes. When I try

  • 0

I want to convert a string into an array of bytes. When I try this by use of the Cast-function of LINQ, I get a ‘System.InvalidCastException’. Why?
Here is, what I tried:

var x = "hallo";
var works = x.Select(c=>(byte)c).ToArray();
var doesNotWork = x.Cast<byte>().ToArray();
  • 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-24T11:15:39+00:00Added an answer on May 24, 2026 at 11:15 am

    Enumerable.Cast only performs unboxing and reference conversions. It does not perform other conversions such as the built-in value type ones and user-defined conversions.

    Before .NET 3.5 SP1 it actually did perform rather more conversions for you. I’m sure the person who performed the code review blogged about it, but I can never remember who it was. (I keep thinking it was Eric Lippert, but it wasn’t.) I’ll look it up.

    One thing I’ll say is that this could be better documented.

    As it happens, this is the first puzzler in Bill Wagner’s recent video.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to convert this string into DateTime. Tue Aug 19 15:05:05 +0000 2008
I have a string = name; I want to convert into a string array.
I have a comma-separated string that I want to convert into an array, so
String str = 9B7D2C34A366BF890C730641E6CECF6F; I want to convert str into byte array, but str.getBytes()
Hi I want to convert the NSString into Byte array. if I have string
I am having a JavaScript array and I want to convert this array into
I want to convert a string into a byte array. (Yes) I have seen
I have a function that can decode an array of bytes into a string
I want to convert a string into a double and after doing some math
I want to convert a string into a series of Keycodes, so that I

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.