c# make an int code example Example 1: convert string to number C# int x = 0; Int32.TryParse(TextBoxD1.Text, out x); Example 2: c# int int MyInt = 1;