Answers

Question and Answer:

  Home  VB .Net Developer

⟩ Explain Option Strict?

.Net generally allows implicit conversion of any data types. In order to avoid data loss during data type conversion, Option Strict keyword is used and it ensures compile time notification of these types of conversions.

 187 views

More Questions for you: