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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:19:42+00:00 2026-06-11T17:19:42+00:00

We have a tricky puzzle to solve in developing a scoring component. We have

  • 0

We have a tricky puzzle to solve in developing a scoring component. We have a C# program where we get scores from an Oracle database in the format of

Fieldname

field value

We parse them into two comma delimited strings.

We have a requirement that when we get a fieldname like “LOW@HIGH” with a field value of “11@21” we want to put it into another variable in the format of LOW=11,HIGH=21.

  • 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-11T17:19:43+00:00Added an answer on June 11, 2026 at 5:19 pm

    First parse the input:

    var parts = input.Split('@');
    var i1 = int.Parse(parts[0]);
    var i2 = int.Parse(parts[1]);
    

    Next calculate the result:

    return "LOW=" + i1 + ",HIGH=" + i2;
    

    The problem becomes easy if you break it into these two steps.

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

Sidebar

Related Questions

I have a tricky situation in trying to get information from multiple queries into
I have sort of a tricky problem I'm attempting to solve. First of all,
I have a tricky issue with gmake, when I build from the parent directory,
I have a tricky question. My java program is doing in a loop such
Here's a puzzle for you guys. I have a multithreaded program in which some
I have a tricky bug I can't find. I'm doing late-binding on from C#
I have a tricky problem that has had me scratching my head for a
I seem to have a tricky problem since the latest ADT update to release
my first time posting. I have a tricky task of finding the latest date
I have a very tricky problem going on with content inside a textarea on

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.