ConvertDataTypes.comConvert data types programming in one click !

Convert unsigned long to char* in Objective C

    21684 hits
  • unsigned long vIn = 0;
  • char vOut [11];
  • _ultoa_s(vIn,vOut,sizeof(vOut),10);