Implicit and explicit conversion
Visual Basic
2
Posts
2
Posters
1
Views
1
Watching
-
Sir/Madam, I wanted to know the basic difference between implicit and explicit conversion. Thnaks and regards Pankaj
Link :Data Type Conversion[^] In Visual Basic, data can be converted in two ways: implicitly, which means the conversion is performed automatically, and explicitly, which means you must perform the conversion.