C# Класс Predica.FimCommunication.StringExtensions

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

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

Метод Описание
DoesNotContain ( this @this, string value ) : bool
FormatWith ( this @this ) : string
IsNotNullOrEmpty ( this @this ) : bool
IsNullOrEmpty ( this @this ) : bool

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

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

public static DoesNotContain ( this @this, string value ) : bool
@this this
value string
Результат bool

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

public static FormatWith ( this @this ) : string
@this this
Результат string

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

public static IsNotNullOrEmpty ( this @this ) : bool
@this this
Результат bool

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

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