1 post
2
397
Cast. int id = (int) CurriculoDB.SelectCur_Id(); The cast should only be used if you are sure that the result of the call will correspond to the object or value. Meaning you have to make sure the…