Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# string is not null or empty

bool empty = String.IsNullOrEmpty(str);
 
PREVIOUS NEXT
Tagged: #string #null #empty
ADD COMMENT
Topic
Name
6+5 =