C# 클래스 WebDriverSEd.Extensions.StringExtensions

파일 보기 프로젝트 열기: Assiance/Selenium2-WebDriverSEd

공개 메소드들

메소드 설명
CleanJson ( this target ) : string
CleanXml ( this target ) : string
IsNullOrEmpty ( this target ) : bool
RemoveLineBreaks ( this theString ) : string
ReplaceFirst ( this text, string search, string replace ) : string

메소드 상세

CleanJson() 공개 정적인 메소드

public static CleanJson ( this target ) : string
target this
리턴 string

CleanXml() 공개 정적인 메소드

public static CleanXml ( this target ) : string
target this
리턴 string

IsNullOrEmpty() 공개 정적인 메소드

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

RemoveLineBreaks() 공개 정적인 메소드

public static RemoveLineBreaks ( this theString ) : string
theString this
리턴 string

ReplaceFirst() 공개 정적인 메소드

public static ReplaceFirst ( this text, string search, string replace ) : string
text this
search string
replace string
리턴 string