C# Класс Patchwork.Engine.Utility.StringHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CharsBetween() публичный статический Метод

public static CharsBetween ( char start, char end ) : char[]
start char
end char
Результат char[]

EqualsIgnoreCase() публичный статический Метод

public static EqualsIgnoreCase ( this a, string b ) : bool
a this
b string
Результат bool

FindLongestCommonSubstring() публичный статический Метод

public static FindLongestCommonSubstring ( string a, string b, bool caseInsensitive = false ) : string
a string
b string
caseInsensitive bool
Результат string

IsNullOrWhitespace() публичный статический Метод

public static IsNullOrWhitespace ( this str ) : bool
str this
Результат bool

Join() публичный статический Метод

public static Join ( this strs, string sep = "" ) : string
strs this
sep string
Результат string

RandomWordString() публичный статический Метод

public static RandomWordString ( int len ) : string
len int
Результат string

Replicate() публичный статический Метод

public static Replicate ( this str, int count ) : string
str this
count int
Результат string