Prefer the C++11 way:



MyString = std::to_string(option);


Also seems like boost::lexical_cast is proposed for TR2...finally!