Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Contains with empty string
Message
From
18/07/2014 10:14:22
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01604011
Message ID:
01604053
Views:
38
See string.IsNullOrWhiteSpace()

>I could test it to find out but it is easier to ask :). If the string 'theString' is empty but like this " " (that is has a bunch of empty characters), would .IsNullOrEmpty(theString) return true? Or I need to apply .trim() to the string?
>
>>It's a static method ot the string object:
String.IsNullOrEmpty(theString)
>>
>>>The line would be what I said below. I type the name of my string then press on the period (.). The intellisense shows all properties and methods available. But .IsNullOrEmpty is not in the drop-down list.
>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform