<Player><PlayerName>gaawg</PlayerName><HighestScore>0</HighestScore></Player>
FileStream stream = new FileStream("Decrypted.xml", FileMode.Open, FileAccess.Read, FileShare.Read);XmlTextReader highScore = new XmlTextReader(stream); highScore.ReadStartElement("highestScore");bestResult = highScore.ReadElementContentAsInt();return bestResult;