ToObject Method

Json.NET

Json.NET - Quick Starts & API Documentation ToObject<(Of <(<'T>)>)> Method
NamespacesNewtonsoft.Json.LinqJTokenToObject<(Of <<'(T>)>>)()()()()
Creates the specified .NET type from the JToken.
Declaration Syntax
C# Visual Basic Visual C++
public T ToObject<T>()
Public Function ToObject(Of T) As T
public:
generic<typename T>
T ToObject()
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Newtonsoft.Json.Linq.JToken.ToObject``1"]

Return Value
The new object created from the JSON value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)