S
Scott M.
Although the object class has a ToString method, not all classes show this
method in their IntelliSense list of properties and methods. Why?
Also, in VB .NET, with Option Strict turned on, you can sometimes get away
with assigning a non-string type to a string, without having to perform a
cast or ToString on the value being used. Why?
method in their IntelliSense list of properties and methods. Why?
Also, in VB .NET, with Option Strict turned on, you can sometimes get away
with assigning a non-string type to a string, without having to perform a
cast or ToString on the value being used. Why?