ConvertDataTypes.comConvert data types programming in one click !

Convert ushort to int in C#

    19740 hits
  • ushort vIn = 0;
  • int vOut = Convert.ToInt32(vIn);