ConvertDataTypes.comConvert data types programming in one click !

Convert string to short in C#

    55394 hits
  • string vIn = "0";
  • short vOut = Convert.ToInt16(vIn);