The following tables list the members exposed by ValidateUtilities.
Name | Description | |
---|---|---|
CheckArgumentEmpty | Checks if the current UId is empty. If the condition is met, exception is thrown. | |
CheckArgumentNull | Checks if the current object is null value. If the condition is met, exception is thrown. | |
CheckArgumentNullOrEmpty | Overloaded. | |
CheckArgumentNullOrWhiteSpace | Validates whether a specified string is null , empty, or consists only of white-space characters. If condition is true, exception will be thrown. | |
CheckDependencyNull | Checks if current object is null . If condition is true, exception will be thrown. |