C# 클래스 Dev2.VerifyArgument

Performs verification of arguments
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
IsNotNullOrWhitespace ( [ name, string value ) : void

Verifies that the given string is not null, empty or whitespace.

비공개 메소드들

메소드 설명
AreNotNull ( [ args ) : void
IsNotNull ( [ name, [ argument ) : void

메소드 상세

IsNotNullOrWhitespace() 공개 정적인 메소드

Verifies that the given string is not null, empty or whitespace.
public static IsNotNullOrWhitespace ( [ name, string value ) : void
name [ The argument name.
value string The value.
리턴 void