Click here to Skip to main content
16,004,574 members
Articles / General Programming / String

.NET 4: string.IsNullOrWhitespace()

10 Jun 2010CPOL 3.4K   1   10
You can always go for the traditional method!if(str==""||str==" "||str==Nothing)return(false);
Only logged in members can view this content

Please go to the String Table of Contents to view the list of available articles in this section.