Convertir datarow à int

J'ai un datarow, mais comment puis-je convertir un int ?

J'ai essayé ceci, mais ça ne fonctionne pas.

dsMovie = (DataSet)wsMovie.getKlantId();
            tabel = dsMovie.Tables["tbl_klanten"];
            eersteRij = tabel.Rows[0];
(Int32.Parse(eersteRij.ToString())
ligne? Peut-être un champ dans une ligne?

OriginalL'auteur Steaphann | 2011-03-02