Int32 konvertieren

using System;

int variable = Convert.ToInt32(otherVariable);
TheNNation