26 bool convert(
bool &destination, String &source);
27 bool convert(
bool &destination,
const char *source,
const size_t source_length);
28 const char* convert(
bool source,
bool ansi_display);
29 void convert(String& destination,
bool source,
bool ansi_display);
TODO: Rename this file - func.h is stupid.