G
Guest
hi there, in VB LoadXML(str) returns true or false so that you can do
different coding when the str is XML or not, but in C# LoadXML doesn't have
return but only throw exception if str is not XML document. How would I do if
I want to do my own code if str is not an XML? thanks!
different coding when the str is XML or not, but in C# LoadXML doesn't have
return but only throw exception if str is not XML document. How would I do if
I want to do my own code if str is not an XML? thanks!