C# Класс fuck.Core.StringExtensions

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

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

Метод Описание
IfEmpty ( this source, string destination ) : string
IsEmpty ( this source ) : bool
IsNotEmpty ( this source ) : bool

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

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

public static IfEmpty ( this source, string destination ) : string
source this
destination string
Результат string

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

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

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

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