Crazy Eddie's GUI System  0.8.5
CEGUI::PropertyHelper< T > Class Template Reference

Helper class used to convert various data types to and from the format expected in Property strings. More...

Detailed Description

template<typename T>
class CEGUI::PropertyHelper< T >

Helper class used to convert various data types to and from the format expected in Property strings.

Usage:

float value = PropertyHelper<float>::fromString("0.1"); String value = PropertyHelper<float>::toString(0.1);