  | QueryJsonConverterCanConvert Method  | 
 
            Indicates whether converter can convert the type
            
 
    Namespace: 
   Dynamicweb.Indexing.Querying
    Assembly:
   Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntaxpublic override bool CanConvert(
	Type objectType
)
Public Overrides Function CanConvert ( 
	objectType As Type
) As Boolean
Parameters
- objectType
 - Type: SystemType
Type of object 
Return Value
Type: 
BooleanTrue if converter can convert the Type, otherwise - false
See Also