Is it possible to calculate the size of an xml if it is loaded into XmlReader?

Viewed 4517

I am trying to find out if there is a way to calculate the file size from XmlReader. I don't see anything on the reader object that helps determine the size. Any ideas? Thank you!

Using reader As Xml.XmlReader = GetXML(columnName.ToString())

End Using
2 Answers
Related