How can I save the content of an XDocument object as it is without parsing the hexadecimal reference
- by SubPortal
Is there a way to have an XDocument object save its content and keeps the hexadecimal references as they are without parsing them?
Thank you for any help.