C# 클래스 fuck.Core.StringExtensions

파일 보기 프로젝트 열기: EricFreeman/fuck

공개 메소드들

메소드 설명
IfEmpty ( this source, string destination ) : string
IsEmpty ( this source ) : bool
IsNotEmpty ( this source ) : bool

메소드 상세

IfEmpty() 공개 정적인 메소드

public static IfEmpty ( this source, string destination ) : string
source this
destination string
리턴 string

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this source ) : bool
source this
리턴 bool

IsNotEmpty() 공개 정적인 메소드

public static IsNotEmpty ( this source ) : bool
source this
리턴 bool