Crazy Eddie's GUI System
0.8.3
|
Helper class used to convert various data types to and from the format expected in Propery strings. More...
Helper class used to convert various data types to and from the format expected in Propery strings.
float value = PropertyHelper<float>::fromString("0.1"); String value = PropertyHelper<float>::toString(0.1);