C# Global Constants


What do we mean by global constants? If you are writing a C# program and you need to have a string or a number to be available as a varible anywhere in your code, what is the best way to do that?