I\'m parsing an XML file with the XmlReader class in .NET and I thought it would be smart to write a generic parse function to read different attributes generic
XmlReader
You can presumably pass-in, as a parameter, a delegate which will convert from string to T.