C# 클래스 Predica.FimCommunication.StringExtensions

파일 보기 프로젝트 열기: Predica/FimClient

공개 메소드들

메소드 설명
DoesNotContain ( this @this, string value ) : bool
FormatWith ( this @this ) : string
IsNotNullOrEmpty ( this @this ) : bool
IsNullOrEmpty ( this @this ) : bool

메소드 상세

DoesNotContain() 공개 정적인 메소드

public static DoesNotContain ( this @this, string value ) : bool
@this this
value string
리턴 bool

FormatWith() 공개 정적인 메소드

public static FormatWith ( this @this ) : string
@this this
리턴 string

IsNotNullOrEmpty() 공개 정적인 메소드

public static IsNotNullOrEmpty ( this @this ) : bool
@this this
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( this @this ) : bool
@this this
리턴 bool