Tuesday, November 22, 2005 7:37:43 PM UTC :: Filed Under ASP.NET | VB.NET

The .NET 2.0 Framework supports a new string method for VB that should prove to be useful:

returnValue = String.IsNullOrEmpty(value)

IsNullOrEmpty is a convenience method that enables you to simultaneously test whether a String is a null reference (Nothing in Visual Basic) or its value is Empty.

 

Comments are closed.
Navigation
On this page....
Search
Archives
<February 2012>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910
Categories
Contact me
Send mail to the author(s) Contact Todd M. Taylor