Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

ValidateUtilities.CheckArgumentNullOrEmpty(String,String) - метод Смотри также  Terrasoft.Common - пространство имен > ValidateUtilities - класс > CheckArgumentNullOrEmpty - метод : CheckArgumentNullOrEmpty(String,String) - метод C#

source
String.
argumentName
Name of the argument which caused exception.

Glossary Item Box

Checks if the specified string is empty or null. If the condition is met, exception is thrown.

Синтаксис

[Extension()] 
public static void CheckArgumentNullOrEmpty( 
   string source, 
   string argumentName 
)

Параметры

source
String.
argumentName
Name of the argument which caused exception.

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionIf the source string is empty or null.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?