TechnoBlog
Monday, November 12, 2012
vb .Net null check for objects
How to check Null objects in VB.Net?
Solution:
If IsNothing(myObject) Then
' Some Code
End If
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment