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.
Declaration Syntax
Generic Template Parameters
- T
- The type to convert the token to.
Parameters
- key (Object)
- The token key.
Return Value
The converted token value.