| |
|
What is the difference between Option Strict On and Option Strict Off in VB.NET?
The Option Strict option allows VB.NET from automatically converting the type of a variable. It is Off by default. If it is On, then automatic conversion does not take place.
More Interview Questions...
| |