Konversi int32

using System;

int variable = Convert.ToInt32(otherVariable);
TheNNation