Method IsValueOfValidType
IsValueOfValidType(IValueWrapper)
Determines whether the specified value has the valid type.
public virtual bool IsValueOfValidType(IValueWrapper valueWrapper)
Parameters
valueWrapper
IValueWrapperThe value to check for the valid type.
Returns
- bool
true
if the type of value is valid; otherwise,false
.