ConvertDataTypes.comConvert data types programming in one click !

Convert ushort to bool in C#

    5371 hits
  • ushort vIn = 0;
  • bool vOut = Convert.ToBoolean(vIn);