05-20-2013, 06:17 PM
i am trying to read a string from a text file with this line:
test = fileReader.ReadLine()
after this, test = 0AF4B210
and i want to convert this to a integer.
how could i do this?
i have been trying with differents functions from system, but i havent got it.
anybody can help me please?
p.s. i use visual studio 2010

