Click or drag to resize
ObjectToEnumConverterCanConvert Method
This method is used to check if it is of enum type.

Namespace:  Intuit.Ipp.Utility
Assembly:  Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public override bool CanConvert(
	Type objectType
)

Parameters

objectType
Type: SystemType
Type of object being serialized.

Return Value

Type: Boolean
retrun true or false.
See Also