C# 클래스 ArgumentCheck, code

Class for doing argument checks
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
IsNullorWhiteSpace ( item, string nameOfTheArgument = "" ) : void

Checks if a value is string or any other object if it is string it checks for nullorwhitespace otherwhise it checks for null only

메소드 상세

IsNullorWhiteSpace() 공개 정적인 메소드

Checks if a value is string or any other object if it is string it checks for nullorwhitespace otherwhise it checks for null only
public static IsNullorWhiteSpace ( item, string nameOfTheArgument = "" ) : void
item The item you want to check
nameOfTheArgument string Name of the argument
리턴 void