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
Post a Comment