C# Class AspNetEdit.Editor.Persistence.StrUtils

Afficher le fichier Open project: mono/aspeditor Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
StrUtils ( ) : System

Method Details

EndsWith() public static méthode

public static EndsWith ( string str1, string str2 ) : bool
str1 string
str2 string
Résultat bool

EndsWith() public static méthode

public static EndsWith ( string str1, string str2, bool ignore_case ) : bool
str1 string
str2 string
ignore_case bool
Résultat bool

StartsWith() public static méthode

public static StartsWith ( string str1, string str2 ) : bool
str1 string
str2 string
Résultat bool

StartsWith() public static méthode

public static StartsWith ( string str1, string str2, bool ignore_case ) : bool
str1 string
str2 string
ignore_case bool
Résultat bool