I have a xml like this, the value of EUR changes every day, How can I find the max Value of the EUR for example for a specific period, for ex. I will have an object with the following("10.07.2017""10.08.2017","EUR"). and from this period how can I find the max value ? I tried with Linq but no success...
<CurrencyDate="10.08.2017" name="Bank">
<Valute ID="47">
<NumCode>978</NumCode>
<CharCode>EUR</CharCode>
<Nominal>1</Nominal>
<Name>Euro</Name>
<Value>21.0384</Value>
</Valute>
</CurrencyDate>