ParserHelper::IsXml Method (String^, Boolean)
Checks if content is possibly an XML.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- content
-
Type:
System::String^
String to check.
- validate
-
Type:
System::Boolean
If set to true will validate entire XML for validity otherwise will just check the first character.
Show: