Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
LengthString
The LengthString function returns the number of characters in a string.
Syntax
int LengthString(
string string
);
Parameters
- string
The string whose length in characters is to be returned.
Return Values
Returns an integer representing the number of characters in the string. For a null string the function returns "0".