C# Class Isop.Infrastructure.StringExtensions

Datei anzeigen Open project: wallymathieu/isop

Public Methods

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

ignore case
public static EndsWithIC ( this self, string other ) : bool
self this
other string
return bool

EqualsIC() public static method

ignore case
public static EqualsIC ( this self, string other ) : bool
self this
other string
return bool

StartsWithIC() public static method

ignore case
public static StartsWithIC ( this self, string other ) : bool
self this
other string
return bool