ConvertDataTypes.comConvert data types programming in one click !

Convert long to bool in Objective C

    1091 hits
  • long vIn = 0;
  • bool vOut = vIn!=0;