JsonExtensions.CanConvertTo<TType>(JToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if a conversion from the supplied Newtonsoft.Json.Linq.JToken to a TType
can be made.
public static bool CanConvertTo<TType> (this Newtonsoft.Json.Linq.JToken jobject);
static member CanConvertTo : Newtonsoft.Json.Linq.JToken -> bool
<Extension()>
Public Function CanConvertTo(Of TType) (jobject As JToken) As Boolean
Type Parameters
- TType
The type to convert to.
Parameters
- jobject
- Newtonsoft.Json.Linq.JToken
The Newtonsoft.Json.Linq.JObject.