Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# check if string is empty

if (string.IsNullOrEmpty(myString)) {
   //
}
 
PREVIOUS NEXT
Tagged: #check #string #empty
ADD COMMENT
Topic
Name
6+9 =