Method | Description | |
---|---|---|
NotNull ( object value, string paramName ) : void |
Checks argument is not null
|
|
NotNullOrEmpty ( string value, string paramName ) : void |
Checks argument is not null or empty
|
|
NotNullOrWhiteSpace ( string value, string paramName ) : void |
Checks argument is not null or string containing whitespace only
|
public static NotNull ( object value, string paramName ) : void | ||
value | object | |
paramName | string | |
return | void |
public static NotNullOrEmpty ( string value, string paramName ) : void | ||
value | string | |
paramName | string | |
return | void |
public static NotNullOrWhiteSpace ( string value, string paramName ) : void | ||
value | string | |
paramName | string | |
return | void |