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

Method ToString

extern/ttmath/ttmathuint.h:3306–3309  ·  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

3304 this method converts the value to a string with a base equal 'b'
3305 */
3306 void ToString(std::string & result, uint b = 10) const
3307 {
3308 return ToStringBase(result, b);
3309 }
3310
3311
3312 std::string ToString(uint b = 10) const

Callers 1

UIntClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected