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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:32:55+00:00 2026-06-17T08:32:55+00:00

My brain is tired right now and cant come up with a simple solution

  • 0

My brain is tired right now and cant come up with a simple solution to this.

var res = error.Split('|');
return String.Format("Name: {0} <br /> Email: {1}", res[0] , res[1]);

If there is no | split then it throws an error what would be a quick and graceful way to just throw in a default “No Name” or pass on it. I only care about positions [0] and [1].

Sample Data

Tom | huntard@123.com
Tom
Tom | huntard@123.com
Tom | huntard@123.com | texas

I need a redbull.

  • 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-17T08:32:56+00:00Added an answer on June 17, 2026 at 8:32 am

    You can use the ElementAtOrDefault() extension method from the System.Linq namespace combined with the null-coalescing operator (??) for an elegant solution:

    return String.Format("Name: {0} <br /> Email: {1}", 
        res.ElementAtOrDefault(0) ?? "No name", 
        res.ElementAtOrDefault(1) ?? "No email");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My brain seems to be mush right now! I am using LINQ to Entity,
So, I've been racking my brain over this (should-be) simple exercise to make the
There has to be a very simple solution to this, but it has been
My brain is fried, so I thought I would pass this one to the
I've had my brain wrinkled from trying to understand the examples on this page:
There is probably a really easy answer to this but my brain just isn't
For a day now i'm stuck with this null problem in my repository. here
I have been wracking my brain trying to figure this out. For the first
I have been wracking my brain on how to solve this issue for hours
I'm sure this is a question that is simple for most. I for some

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.