VB.Net equivalent of C# "As"

Posted by JoelFan on Stack Overflow See other posts from Stack Overflow or by JoelFan
Published on 2010-03-15T20:19:16Z Indexed on 2010/03/15 20:19 UTC
Read the original article Hit count: 215

Filed under:
|
|

What is the equivalent in VB.Net of the C# As keyword, as in

var x = y as String;
if (x == null) ...

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET