StringUtils
Overview
The class represents a set of helper methods for work with strings and is used throughout the library.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.util
- Ancestry: Object | StringUtils
Class Methods
isNullOrEmpty
The method checks if the string not initialized or the instance is empty.
class method isNullOrEmpty(aString: String): Boolean
static Boolean isNullOrEmpty(String aString)
Parameters:
- aString: String to check.