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