![]() |
Public API Reference |
![]() |
Routines to convert data to and from strings. More...
#include "csutil/csstring.h"
Go to the source code of this file.
Namespaces | |
namespace | CS |
Main namespace for CrystalSpace. | |
namespace | CS::Utility |
Assorted utility functions and classes that doesn't belong anywhere else. | |
Functions | |
csString | CS::Utility::ftostr (float f) |
Convert a float to a string, and attempting to keep as much precision as possible. | |
float | CS::Utility::strtof (const char *str, const char **end=0) |
Convert a string to float value independent of the locale. |
Routines to convert data to and from strings.
Definition in file stringconv.h.