21 #ifndef __LIBS_STUDY_SCENARIO_BUILDER_DATA_UTILS_H__
22 #define __LIBS_STUDY_SCENARIO_BUILDER_DATA_UTILS_H__
26 #include <yuni/yuni.h>
27 #include <yuni/core/fwd.h>
29 namespace Antares::Data::ScenarioBuilder
31 std::string fromHydroLevelToString(
double d);
32 double fromStringToHydroLevel(
const Yuni::String& value,
const double maxLevel);
34 uint fromStringToTSnumber(
const Yuni::String& value);