Function Result.toString

Get a string representation of the result.

void toString (
  void delegate(const(char)[]) sink,
  string formatSpec = "%s"
) const;

string toString (
  string formatSpec = "%s"
) const;