Метод | Описание | |
---|---|---|
AgainstEmptyString ( string argumentValue, string argumentName ) : void |
Checks a string argument to ensure it isn't empty.
|
|
AgainstNull ( object argumentValue, string argumentName ) : void |
Checks an argument to ensure it isn't null.
|
|
AgainstNullOrEmptyString ( string argumentValue, string argumentName ) : void |
Checks a string argument to ensure it isn't null or empty.
|
public static AgainstEmptyString ( string argumentValue, string argumentName ) : void | ||
argumentValue | string | The argument value to check. |
argumentName | string | The name of the argument. |
Результат | void |
public static AgainstNull ( object argumentValue, string argumentName ) : void | ||
argumentValue | object | The argument value to check. |
argumentName | string | The name of the argument. |
Результат | void |
public static AgainstNullOrEmptyString ( string argumentValue, string argumentName ) : void | ||
argumentValue | string | The argument value to check. |
argumentName | string | The name of the argument. |
Результат | void |