Home | All Classes | Grouped Classes | Index | Search

Class CL_String

ClanLib string class. More...

Derived from: none
Derived by: none
Group: Core (System)

#include <ClanLib/core.h>

Operations:

load

Loads a string from a resource.

left

Returns the first n characters of the string

right

Returns the last n characters in the string

from_int

Converts from an integer to string.

from_float

Converts from an integer to string.

from_double

Converts from an integer to string.

to_int

Converts string to an integer.

to_float

Converts string to a floating point number.

to_double

Converts string to a double precision floating point number.

to_lower

Returns the string with all characters converted to lowercase.

to_upper

Returns the string with all characters converted to uppercase.

tokenize

Breaks up the string into tokens.

compare_nocase

Does a case insensitive compare of string to other string.

Detailed description:

This is a general purpose string class with formatting capabilities.



Questions or comments, write to the
ClanLib mailing list.