MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ToString

Method ToString

extern/ttmath/ttmathint.h:1326–1329  ·  view source on GitHub ↗

! this method converts the value to a string with a base equal 'b' */

Source from the content-addressed store, hash-verified

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 /*!

Callers 1

IntClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected