Method IsValidType
IsValidType(object)
Used to determine if given value is appropriate for the type of the property
public bool IsValidType(object value)
Parameters
value
objectValue to check
Returns
- bool
true if value matches property type
Used to determine if given value is appropriate for the type of the property
public bool IsValidType(object value)
value
objectValue to check
true if value matches property type