C# Класс WebDriverSEd.Extensions.StringExtensions

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

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

Метод Описание
CleanJson ( this target ) : string
CleanXml ( this target ) : string
IsNullOrEmpty ( this target ) : bool
RemoveLineBreaks ( this theString ) : string
ReplaceFirst ( this text, string search, string replace ) : string

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

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

public static CleanJson ( this target ) : string
target this
Результат string

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

public static CleanXml ( this target ) : string
target this
Результат string

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

public static IsNullOrEmpty ( this target ) : bool
target this
Результат bool

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

public static RemoveLineBreaks ( this theString ) : string
theString this
Результат string

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

public static ReplaceFirst ( this text, string search, string replace ) : string
text this
search string
replace string
Результат string