Helper class used to convert various data types to and from the format expected in Property strings.
More...
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);