C# 클래스 VolTeer.App_Code.cCommonFunctions

파일 보기 프로젝트 열기: CISC181/VolTeerNET

공개 메소드들

메소드 설명
HandleDBNull ( object obj ) : string

If the object that's passed is null, or is an invalid reference, return a string.empty

SetNullIfEmpty ( object obj ) : string

If the object that's passed is a string.empty, return a null

메소드 상세

HandleDBNull() 공개 정적인 메소드

If the object that's passed is null, or is an invalid reference, return a string.empty
public static HandleDBNull ( object obj ) : string
obj object
리턴 string

SetNullIfEmpty() 공개 정적인 메소드

If the object that's passed is a string.empty, return a null
public static SetNullIfEmpty ( object obj ) : string
obj object
리턴 string