September 2016
Intermediate to advanced
588 pages
12h 22m
English
There are a small set of string functions:
CharPtrToGenericString: This takes text as a char character pointer and returns the same text as a generic String object. Remember that the String class holds values of the TCHAR type, of which many are char or wchar_t depending on system settings.Split: This takes a string and returns a list of strings holding the space-separated words of the text.IsNumeric: This returnstrue if the text holds a numeric value.Trim: This removes spaces at the beginning and at the end of the text.ReplaceAll: This replaces one string with another string.WriteStringToStream and ReadStringFromStream: These write and read a string to and from a stream.StartsWith and EndsWith: These returntrue if the text starts or ends ...Read now
Unlock full access