Tuesday, October 11, 2011

Find your OS is 64 bit or 32 bit C#

Difficult to search on the web.. There are 100s of tricks being talked about..

In C# its simple

Environment.Is64BitOperatingSystem.ToString();

Thanks