ConvertDataTypes.comConvert data types programming in one click !

Convert string to ushort in C#

    46113 hits
  • string vIn = "0";
  • ushort vOut = Convert.ToUInt16(vIn);