Checks if the specified string is null or empty.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static boolean isNullOrEmpty ( |
The string to check.
true if the string is empty; otherwise false.
See Also