MindFusion.Charting for Java Programmer's Guide
Utilities.isNullOrEmpty Method
See Also
 






  Gauges

Checks if the specified string is null or empty.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static boolean isNullOrEmpty (
    String s
)

 Parameters

s

The string to check.

 Return Value

true if the string is empty; otherwise false.

 See Also