Convertir INT32

using System;

int variable = Convert.ToInt32(otherVariable);
TheNNation