| URLConverterCanConvert Method  | 
            Determines whether this instance can convert the specified object type.
            
 
Namespace: CMS.Base.Web.UI.JsonConvertersAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntaxpublic override bool CanConvert(
	Type objectType
)
Parameters
- objectType
 - Type: SystemType
Type of the object. 
Return Value
Type: 
Booleantrue if this instance can convert the specified object type; otherwise, 
false.
            
See Also