I ahve experience serializing/deserializing XML files but I have never had to parse just a single statement, so I'm not sure how to go about this.
I have a string that holds this:
<Vol Model_Type="Flat">102.14</Vol>
And, I want to extract just the 102.14.
Should I use XPath, or is there a simpler option?