C# Class Patchwork.Engine.Utility.StringHelper

Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

Méthode Description
CharsBetween ( char start, char end ) : char[]
EqualsIgnoreCase ( this a, string b ) : bool
FindLongestCommonSubstring ( string a, string b, bool caseInsensitive = false ) : string
IsNullOrWhitespace ( this str ) : bool
Join ( this strs, string sep = "" ) : string
RandomWordString ( int len ) : string
Replicate ( this str, int count ) : string

Method Details

CharsBetween() public static méthode

public static CharsBetween ( char start, char end ) : char[]
start char
end char
Résultat char[]

EqualsIgnoreCase() public static méthode

public static EqualsIgnoreCase ( this a, string b ) : bool
a this
b string
Résultat bool

FindLongestCommonSubstring() public static méthode

public static FindLongestCommonSubstring ( string a, string b, bool caseInsensitive = false ) : string
a string
b string
caseInsensitive bool
Résultat string

IsNullOrWhitespace() public static méthode

public static IsNullOrWhitespace ( this str ) : bool
str this
Résultat bool

Join() public static méthode

public static Join ( this strs, string sep = "" ) : string
strs this
sep string
Résultat string

RandomWordString() public static méthode

public static RandomWordString ( int len ) : string
len int
Résultat string

Replicate() public static méthode

public static Replicate ( this str, int count ) : string
str this
count int
Résultat string