Json.NET - Quick Starts & API Documentation
ToObject<(Of <(<'T>)>)> Method
Namespaces ► Newtonsoft.Json.Linq ► JToken ► ToObject<(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.