Quote Originally Posted by Arjay View Post
In C++ yes, but not in C#.
Even in C++ a great many coding standards dictate the use of all upper case for Preprocessor "constants" (ie #define), but the use of MixedCase for POD which is declare4d as "const".