C# Class Isop.Infrastructure.StringExtensions

Afficher le fichier Open project: wallymathieu/isop

Méthodes publiques

Méthode Description
EndsWithIC ( this self, string other ) : bool

ignore case

EqualsIC ( this self, string other ) : bool

ignore case

StartsWithIC ( this self, string other ) : bool

ignore case

Method Details

EndsWithIC() public static méthode

ignore case
public static EndsWithIC ( this self, string other ) : bool
self this
other string
Résultat bool

EqualsIC() public static méthode

ignore case
public static EqualsIC ( this self, string other ) : bool
self this
other string
Résultat bool

StartsWithIC() public static méthode

ignore case
public static StartsWithIC ( this self, string other ) : bool
self this
other string
Résultat bool