Main Page   Class Hierarchy   Compound List   File List   Compound Members  

BaStringUtil Class Reference

Utilities for manipulating strings. More...

#include <freecloth/base/baStringUtil.h>

List of all members.

Static Public Member Functions

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.


Detailed Description

Utilities for manipulating strings.

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.


The documentation for this class was generated from the following files:
Generated on Wed Apr 23 15:58:52 2003 for Freecloth by doxygen1.3-rc3