ConvertDataTypes.comConvert data types programming in one click !

Convert unsigned long to int in Objective C

    47702 hits
  • unsigned long vIn = 0;
  • int vOut = (int)vIn;