G
Guest
Hi:
Just wondering if anyone can point me at some documentation for specifying
literals with type in C#. I have searched for this a couple of times with no
luck (found the VB.NET equivalent). I've tried google, msdn, etc, etc.
Obviously I must be using the wrong keywords or something.
I want to find documentation that describes how to do the following for all
of the base types:
decimal unitPrice = 2.5M;
Where are all of these defined or what are the keywords etc to find this in
the help?
Thanks,
Mark
Just wondering if anyone can point me at some documentation for specifying
literals with type in C#. I have searched for this a couple of times with no
luck (found the VB.NET equivalent). I've tried google, msdn, etc, etc.
Obviously I must be using the wrong keywords or something.
I want to find documentation that describes how to do the following for all
of the base types:
decimal unitPrice = 2.5M;
Where are all of these defined or what are the keywords etc to find this in
the help?
Thanks,
Mark