Method IsValidValue

IsValidValue(TValue)

Returns a value indicating whether given value is valid

Declaration
bool IsValidValue(TValue value)
Parameters
Type Name Description
TValue value

The value to check

Returns
Type Description
bool

True in case the given value is valid; false otherwise

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next