convert int to short in c# code example Example: convert int to short c# int vIn = 0; short vOut = Convert.ToInt16(vIn);