Json.NET - Quick Starts & API Documentation
Value<(Of <(<'T>)>)> Method (key)
Namespaces ► Newtonsoft.Json.Linq ► JToken ► Value<(Of <<'(T>)>>)(Object)
Gets the JToken with the specified key converted to the specified type.


- T
- The type to convert the token to.

- key (Object)
- The token key.

The converted token value.