Results 1 to 3 of 3
  1. #1
    AlbiZik's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    23
    My Mood
    Fine

    How to convert / How to do ?

    I've search but I don"t find how to do this,

    How to change a value like this : "0x1328D33" to a value like this "&H1DC02B8".

    And

    How to change a value like this : "&H1DC02B8" to a value like this "0x1328D33".

  2. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Can you please elaborate your question?
    0x is C#'s prefix which indicates that the number is hexadecimal.
    &H is VB/VB.Net's ^____________________________________.
    When you convert them(from C# to VB or from VB to C#), numbers after 0x/&H will stay same.
    So, 0x1328D33 = &H1328D33, &H1DC02B8 = 0x1DC02B8, ...

  3. #3
    AlbiZik's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    23
    My Mood
    Fine
    Oh, I'm so stupid x)
    Sorry xD
    Thanks !

Similar Threads

  1. How to convert char* to LPTSTR
    By why06 in forum C++/C Programming
    Replies: 11
    Last Post: 12-01-2009, 06:35 AM
  2. How to convert FRAPS?
    By TheDesolate in forum Combat Arms Glitches
    Replies: 17
    Last Post: 07-04-2009, 10:19 PM
  3. How To: Convert Address to long
    By stonie in forum Visual Basic Programming
    Replies: 4
    Last Post: 12-18-2008, 12:41 PM
  4. Can someone teach me how to convert a bypass into a adress
    By frono15 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 05-18-2008, 11:38 AM
  5. Share :how to convert dvd and video to zune
    By goodfriend in forum Entertainment
    Replies: 3
    Last Post: 02-20-2008, 07:06 AM