| ResourceStringConverterCanConvert Method | 
            Determines whether this instance can convert the specified object type.
            
 
Namespace: CMS.Helpers.JsonConvertersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
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
See Also