ConvertDataTypes.comConvert data types programming in one click !

Convert bool to char* in Objective C

    36466 hits
  • bool vIn = true;
  • char * vOut = vIn ? "true" : "false";