Click or drag to resize
ResourceStringConverterCanConvert Method
Determines whether this instance can convert the specified object type.

Namespace: CMS.Helpers.JsonConverters
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public override bool CanConvert(
	Type objectType
)

Parameters

objectType
Type: SystemType
Type of the object.

Return Value

Type: Boolean
true if this instance can convert the specified object type; otherwise, false.
See Also