Extension method on Conversion in VB.NET -


as cannot write extension method objects in vb.net, can write method converting other type , use object?

i assume you're trying around this issue. note not can't write extension methods object, can't use them on object variables or expressions because has cater late-bound calls.

if knew object other type cast , use extension method (including method extending object, of course).


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -