Can I use Option Explicit/Option Strict in C#? If so, how do I turn it on?
I know in Visual Basic .NET, you have the the ability to turn on Option Explicit/Option Strict for an entire project. Does Visual C# offer the same thing, and if so, where do I go to turn this on. I am really bad about data type conversions that result in data loss, and having no clue where it happened. I would like to be able to turn this on to cut down on some of my errors. Please help soon.
You can also reply at [email protected]
joy.simpsonPosted Apr 5, 2004, 2:12 AM