المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Convert XDocument to string ?



C# Programming
07-06-2009, 07:30 PM
Hi.
How can I convert a XDocument variable to string ?
Using ToString() method is the true way ?

xDocument.ToString();

Thanks.