1
Reply

Can I use Option Explicit/Option Strict in C#? If so, how do I turn it on?

dwayne100682

dwayne100682

Apr 5 2004 1:18 AM
11.5k
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]

Answers (1)