What is 0x10 in decimal?

Posted by Omar Abid on Stack Overflow See other posts from Stack Overflow or by Omar Abid
Published on 2009-03-28T05:33:05Z Indexed on 2010/05/06 2:58 UTC
Read the original article Hit count: 622

Filed under:
|
|

I have the following code:

SN.get_Chars(5)

SN is a string so this should give the 5th Char Ok!

Now i have another code but : SN.get_Chars(0x10)

I wonder what 0x10 is? Is it a number? If it's so, then what is it in decimal notation?

© Stack Overflow or respective owner

Related posts about hexadecimal

Related posts about number