C# Class AspNetEdit.Editor.Persistence.StrUtils

Datei anzeigen Open project: mono/aspeditor Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
StrUtils ( ) : System

Method Details

EndsWith() public static method

public static EndsWith ( string str1, string str2 ) : bool
str1 string
str2 string
return bool

EndsWith() public static method

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

StartsWith() public static method

public static StartsWith ( string str1, string str2 ) : bool
str1 string
str2 string
return bool

StartsWith() public static method

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