convert long to int in c# code example Example: c# long to int int result = Convert.ToInt32(long value);