IsNull in VB.NET

IsNull is not supported in VB.NET. Classic ASP users that used IsNull in VBScript should now use IsNothing.

If Not Request.Form("LastName") Is Nothing Then
   '-- Do something!

End If
This entry was posted in VB.NET and tagged , . Bookmark the permalink.

Comments are closed.