String Management
GB.ToZeroString
Converts a Gambas string into a temporary null-terminated string.
C Library String Functions Replacement
GB.strncasecmp
Compares two ASCII strings, by ignoring the case, up to a specified length.
GB.tolower
Converts an ASCII string to lower case.
GB.toupper
Converts an ASCII string to upper case.