ConvertDataTypes.comConvert data types programming in one click !

Convert int to wchar_t in Objective C

    37054 hits
  • int vIn = 0;
  • wchar_t vOut = (wchar_t)vIn;