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.