[This is preliminary documentation and is subject to change.]

Deserializes the XmlNode from a JSON string.

Namespace:  Facebook.Json
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.

Return Value

The deserialized XmlNode

See Also

JsonConvert Class
DeserializeXmlNode Overload
Facebook.Json Namespace