Jump to content

Hexadecimal constant


Kerhun

Recommended Posts

#H0A  (or #HA) should work (capitalization doesn't matter).

For Binary format: #b1010

Entering an IP address in a Int32 field: #192.168.1.2

(so If I was entering the value #0.0.0.10, then this would be converted to an Int32 const with the value 10 (meaning 0x0000000A)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.