Json.NET - Quick Starts & API Documentation
CanConvert Method (valueType)
Namespaces ► Newtonsoft.Json.Converters ► XmlNodeConverter ► CanConvert(Type)
Determines whether this instance can convert the specified value type.
Declaration Syntax
Parameters
- valueType (Type)
- Type of the value.
Return Value
true if this instance can convert the specified value type; otherwise, false.