ValidatorUtility.IsValid method

Returns true if the specified object and its properties are valid.

public static bool IsValid(object value)

Exceptions

exception condition
ArgumentNullException The value is null.

See Also