G
Guest
How does automatic type casting happen in vb.net? I notice that
databinder.eval "uses reflectoin" to find out the type it's dealing with.
Does vb.net do the same thing behind the scenes when an invisible cast is
made? Is there any reason why one would use databinder.eval while in VB.NET?
I can see why one might use it in C# so as to avoid specifying the type for
the cast but since this is not necessary in VB.NET, I'm not sure I follow.
Thanks...
-Ben
databinder.eval "uses reflectoin" to find out the type it's dealing with.
Does vb.net do the same thing behind the scenes when an invisible cast is
made? Is there any reason why one would use databinder.eval while in VB.NET?
I can see why one might use it in C# so as to avoid specifying the type for
the cast but since this is not necessary in VB.NET, I'm not sure I follow.
Thanks...
-Ben