In a variable I keep a number that is in my Oracle DB can be 236578898 but I just need to know if it brings the 2365 to perform an operation, account1 is where I keep the number
if (int.Parse(cuenta1) == 2365) {
//int valor1 = Int.Parse(TBRete.Text) + Int.Parse(TBRetenAsum.Text) - Int.Parse(textBox4.Text);
//TBTotal1.Text = valor1.ToString();
} else {
}