C# 클래스 XRayBuilderGUI.ExtensionMethods

파일 보기 프로젝트 열기: Ephemerality/xray-builder.gui

공개 메소드들

메소드 설명
Contains ( this source, string toCheck, System.StringComparison comp ) : bool
ContainsIgnorecase ( this source, string toCheck ) : bool
PregReplace ( this input, string pattern, string replacements ) : String

메소드 상세

Contains() 공개 정적인 메소드

public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool
source this
toCheck string
comp System.StringComparison
리턴 bool

ContainsIgnorecase() 공개 정적인 메소드

public static ContainsIgnorecase ( this source, string toCheck ) : bool
source this
toCheck string
리턴 bool

PregReplace() 공개 정적인 메소드

public static PregReplace ( this input, string pattern, string replacements ) : String
input this
pattern string
replacements string
리턴 String