C# 클래스 AspNetEdit.Editor.Persistence.StrUtils

파일 보기 프로젝트 열기: mono/aspeditor 1 사용 예제들

공개 메소드들

메소드 설명
EndsWith ( string str1, string str2 ) : bool
EndsWith ( string str1, string str2, bool ignore_case ) : bool
StartsWith ( string str1, string str2 ) : bool
StartsWith ( string str1, string str2, bool ignore_case ) : bool

비공개 메소드들

메소드 설명
StrUtils ( ) : System

메소드 상세

EndsWith() 공개 정적인 메소드

public static EndsWith ( string str1, string str2 ) : bool
str1 string
str2 string
리턴 bool

EndsWith() 공개 정적인 메소드

public static EndsWith ( string str1, string str2, bool ignore_case ) : bool
str1 string
str2 string
ignore_case bool
리턴 bool

StartsWith() 공개 정적인 메소드

public static StartsWith ( string str1, string str2 ) : bool
str1 string
str2 string
리턴 bool

StartsWith() 공개 정적인 메소드

public static StartsWith ( string str1, string str2, bool ignore_case ) : bool
str1 string
str2 string
ignore_case bool
리턴 bool