[This is preliminary documentation and is subject to change.]
Deserializes the XmlNode from a JSON string.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static XmlNode DeserializeXmlNode( string value ) |
Visual Basic (Declaration) |
---|
Public Shared Function DeserializeXmlNode ( _ value As String _ ) As XmlNode |
Visual C++ |
---|
public: static XmlNode^ DeserializeXmlNode( String^ value ) |
Parameters
- value
- Type: System..::.String
The JSON string.