Results 1 to 24 of 24

Thread: [RESOLVED] Decimal vs. Hex - The differences?

Hybrid View

  1. #1
    Addicted Member
    Join Date
    Nov 2007
    Location
    Belgium
    Posts
    154

    Re: Decimal vs. Hex - The differences?

    Quote Originally Posted by Shaggy Hiker
    Hardly matters, since the conversion happens prior to runtime, but if you are wondering about the IL, all numbers are in hex in IL code. A decimal litteral shows up as Hex.
    What is IL?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Decimal vs. Hex - The differences?

    Quote Originally Posted by kevin hash
    What is IL?
    Intermediate Language. VB.NET, C#, etc. code is compiled to MSIL, which is then compiled to machine code by the .NET Framework as it's executed. It's the .NET equivalent of Java bytecode.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width