ParserHelper Class
Parser helper.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.Internals.ParserHelper
Syntax
public static class ParserHelper
public ref class ParserHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type ParserHelper = class end
Public NotInheritable Class ParserHelper
Methods
Name | Description | |
---|---|---|
IsJson(String, Boolean) | Checks if content is possibly a JSON. |
|
IsXml(String, Boolean) | Checks if content is possibly an XML. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top