114TileDigits::operator std::string()
const
116 std::ostringstream text(std::ostringstream::out);
118 text << TileRawData::operator std::string();
120 text << std::setiosflags( std::ios::fixed );
121 text << std::setiosflags( std::ios::showpoint );
122 text << std::setprecision(2);