in c# i need to compare 2 numbers one from a local file, and one another from a downloaded file like a Patcher.
if I use Streamreader c# sad to me that he can't convert string into INT.
are there a solution for this? file a contains the value "1" , the file b contains the value "2"
so if b>a then download the new files catch from another updater file.
thanks