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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:33:56+00:00 2026-06-12T06:33:56+00:00

How can I perform multiple formatting to a string? for e.g. doing in the

  • 0

How can I perform multiple formatting to a string?

for e.g. doing in the following way doesn’t work.

var Id = (from p in db.vwIds.Where(p => p.OperationalNumber.Substring(p.OperationalNumber.IndexOf("-") + 1).TrimStart('0')  == id)
                              group p by p.ID into g
                              select g.Key).ToList();

Can I not perform more than one actions on a string?

By doesn’t work I mean its not pulling Id’s from “vwIds”. When I hard-code the value of id to “001” and remove the “.TrimStart(‘0’) ” it pulls in the Ids, not otherwise.

Basically the id I am passing is a number without leading zeroes, e.g. “1”, “2”, “112” etc
And Ids present in vwIds are of format: “JEE – 001”, “Dee – 002” etc.

  • 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-12T06:33:57+00:00Added an answer on June 12, 2026 at 6:33 am

    When I hard-code the value of id to “001”

    If you’re hard coding id to “001” the it will never be equal to any ID that has had .TrimStart('0') called on it. Let’s assume for a moment that p.OperationalNumber.IndexOf("-") + 1) evaluates to “001”. Calling “trimstart” on it will turn it into “1”. “1” is not equal to “001”, so it isn’t included.

    My guess is you need to call .TrimStart('0') on ID as well, or better yet, parse both strings into numbers and then compare their numeric value, rather than their string value.

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

Sidebar

Related Questions

I am looking for a way to perform multiple joins from one source table
can anyone suggest me a plugin/tool that can perform a code formatting at build
Using the JavaScript Native Interface of GWT I can perform the following: public native
Smarty Pants sounds like a cool idea to me: SmartyPants can perform the following
I'm looking for a C++ associative map container type which I can perform multiple
can i create multiple connections during one transaction and perform commit on them provided
How can I use the ternary ? : condition to perform multiple operations, if
How can I perform a multiple OR statement in php? I thought this would
I'm looking for a way to perform multiple variable assignments based on a single
I am developing an app where users can perform CRUD operations on multiple data

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.