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.

 

Navigation
On this page....
Search
Archives
<November 2005>
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
Categories
Contact me
Send mail to the author(s) Contact Todd M. Taylor