CfParser.intToStr

string intToStr(size_t n) @safe pure nothrow

Converts an integer to a string without using std.conv.

Parameters

nThe integer to convert

Returns

String representation of the integer.