1. Administration - Administration functions
Administration functions are provided for creating and managing strings.
Functions
- String - Constructor
- capacity - Get the number of character units which can be stored in the allocated area.
- changeCodingType - Change string coding type
- codingType - Property string coding type
- isEmpty - Determines whether the string contains no data.
- isNull - Determines whether the string data pointer is null.
- isNumber - Does string contain numerical value
- length - Gets the number of code points in the current String object.
- lengthInBytes - Gets the number of bytes stored in the current String object.
- lengthInUnits - Gets the number of text elements in the current String object.
- reserve - Reserve memory for iSize character units.
- ~String - Destructor