Home | All Classes | Grouped Classes | Index | Search
ClanLib string class. More...
Derived from:
none
Derived by:
none
Group: Core (System)
#include <ClanLib/core.h>
Operations:
Loads a string from a resource. | |
Returns the first n characters of the string | |
Returns the last n characters in the string | |
Converts from an integer to string. | |
Converts from an integer to string. | |
Converts from an integer to string. | |
Converts string to an integer. | |
Converts string to a floating point number. | |
Converts string to a double precision floating point number. | |
Returns the string with all characters converted to lowercase. | |
Returns the string with all characters converted to uppercase. | |
Breaks up the string into tokens. | |
Does a case insensitive compare of string to other string. |
Detailed description:
This is a general purpose string class with formatting capabilities.