ConvertDataTypes.comConvert data types programming in one click !

Convert char* to int in Objective C

    66006 hits
  • char * vIn = "0";
  • int vOut = atoi(vIn);