Navigation: X# Documentation > X# Language Reference > Literals > Numeric Literals
Integer Literals
Literal INT values may be specified in decimal, hexadecimal or binary notation:
12345 0x1234ABCD 0b010010101
Integer literals may have one of the following suffixes:
Suffix
L or l
Signed 32 bits integer
U or u
Unsigned integer