! this method converts the value to a string with a base equal 'b' */
| 1324 | this method converts the value to a string with a base equal 'b' |
| 1325 | */ |
| 1326 | void ToString(std::string & result, uint b = 10) const |
| 1327 | { |
| 1328 | return ToStringBase(result, b); |
| 1329 | } |
| 1330 | |
| 1331 | |
| 1332 | /*! |