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

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

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

Метод Описание
IsNullOrEmpty ( this source ) : bool
Max ( this source, int maxLength ) : string

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

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

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

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

public static Max ( this source, int maxLength ) : string
source this
maxLength int
Результат string