What is the equivalent in VB.NET of the C# As keyword, as in the following?
var x = y as String;
if (x == null) ...
See Question&Answers more detail:osWhat is the equivalent in VB.NET of the C# As keyword, as in the following?
var x = y as String;
if (x == null) ...
See Question&Answers more detail:os