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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T17:54:45+00:00 2026-06-07T17:54:45+00:00

I have two strings: var Number1 = 1CDDE; var Number2 = 01CDDE; The length

  • 0

I have two strings:

var Number1 = "1CDDE";
var Number2 = "01CDDE";

The length of the numbers are fixed, six characters.

I have to compare these numbers without leading zeroes. Should I remove the first zero or add zeroes if a length of a numbers is less than six?

No problem, if the value is int, but when I try to make something like this with strings (parse to int, for example or pass in String.Format), I can’t do it.

What is the solution?

  • 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-07T17:54:46+00:00Added an answer on June 7, 2026 at 5:54 pm

    Use string.TrimStart to remove the leading zeroes if you have no control over them, or standardize on an approach (either always or never include leading zeroes) if you do.

    For example:

    var equal = "1CDDE" == "01CDDE".TrimStart(new[] { '0' }); // true
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two strings which contain only numbers: var num1 = '20', num2 =
I have two strings str1 and str2 . Check both of them and see
I have two strings in a java program, which I want to mix in
I have two strings, one a key and one a value, which I would
I have two strings String s1=426F62; String s2=457665; The strings are in hex representation.
i have two strings in a php i want to make following checks in
If I have two strings that are identical in value, is it guaranteed that
Let's say I have two strings: one is XML data and the other is
Let's say I have two strings like this: XABY XBAY A simple regex that
Lets say that I have two strings: The System is in halt state. The

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.