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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:02:04+00:00 2026-05-28T08:02:04+00:00

I have for instance the following string: 0x780000105d0e0030 If this is not the string,

  • 0

I have for instance the following string: “0x780000105d0e0030”
If this is not the string, I can easily get the value as follows:

ulong myValue = 0x780000105d0e0030;

which give me the value of: 8646911354832027696
However, when I want to parse it as follows:

var myValue2= Convert.ToInt64("0x780000105d0e0030",16)

which give me the value of: 8070450566607667200

Then, then myValue is different than myValue2. myValue is correct however and this is how it should work. What am I doing wrong?

  • 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-28T08:02:05+00:00Added an answer on May 28, 2026 at 8:02 am

    Int64 is a signed long.

    Use Convert.ToUInt64 instead:

    var myValue2= Convert.ToUInt64("0x780000105d0e0030",16);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written the following Utility class to get an instance of any class
I have an instance of System.Type, for which IsArray returns true. How can I
For instance, I have the following string: Hello how are you today, [name]? How
I get the following string expression provided: ChildObject.FullName ...where ChildObject is an instance property
I have 3 lists which every one of them has some instance of following
I have a UserBll class which has following method public string GetaspnetUserIdByUserName(string name )
I have the following 5 lines of string: A.B.C.D.E A.B A.B.C A A.B.C.D This
I have the following model and instance: class Bashable(models.Model): name = models.CharField(max_length=100) >>> foo
If I have a string such as the following: String myString = SET(someRandomName, \hi\,
I have the following object: public class MyClass { public int Id { get;

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.