South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Okay... but
Code:const int IntConst = 5555L;
Doesn't compile, I think I'm missing the point....
object a = 123;
object b = 123L;
Console.WriteLine(a.GetType().ToString());
Console.WriteLine(b.GetType().ToString());
I honestly can't think of an example for the L suffix