C# 클래스 Geekhub.Modules.Core.Support.StringExtentions

파일 보기 프로젝트 열기: geekhubdk/geekhub

공개 메소드들

메소드 설명
IsPresent ( this str ) : bool
Or ( this str, string or ) : string
ToMD5 ( this str ) : string

메소드 상세

IsPresent() 공개 정적인 메소드

public static IsPresent ( this str ) : bool
str this
리턴 bool

Or() 공개 정적인 메소드

public static Or ( this str, string or ) : string
str this
or string
리턴 string

ToMD5() 공개 정적인 메소드

public static ToMD5 ( this str ) : string
str this
리턴 string