#include <freecloth/base/baStringUtil.h>
Static Public Methods | |
| String | toLower (const String &) |
| Convert to lowercase. | |
| String | toUpper (const String &) |
| Convert to uppercase. | |
| Float | toFloat (const String &) |
| Convert to Float. | |
| Int32 | toInt32 (const String &) |
| Convert to Int32. | |
| String | fromUInt32 (UInt32) |
| Convert from UInt32. | |
| String | fromUInt32 (UInt32, UInt32 zeroPad) |
| Convert from UInt32. | |
| String | fromFloat (Float) |
| Convert from Float. | |
| String | fromFloat (Float, UInt32 nbFracDigits) |
| Convert from Float. | |
These are very basic, aren't compliant with any good text processing standards, can't handle Unicode, etc.
Definition at line 40 of file baStringUtil.h.
1.2.14 written by Dimitri van Heesch,
© 1997-2002