C# Класс Seterlund.CodeGuard.Validators.StringValidatorExtensions

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

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

Метод Описание
Contains ( this arg, string value ) : IArg
EndsWith ( this arg, string value ) : IArg
IsMatch ( this arg, string pattern ) : IArg
IsNotEmpty ( this arg ) : IArg
IsNotNullOrEmpty ( this arg ) : IArg
IsNotNullOrWhiteSpace ( this arg ) : IArg
Length ( this arg, int length ) : IArg
StartsWith ( this arg, string value ) : IArg

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

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

public static Contains ( this arg, string value ) : IArg
arg this
value string
Результат IArg

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

public static EndsWith ( this arg, string value ) : IArg
arg this
value string
Результат IArg

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

public static IsMatch ( this arg, string pattern ) : IArg
arg this
pattern string
Результат IArg

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

public static IsNotEmpty ( this arg ) : IArg
arg this
Результат IArg

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

public static IsNotNullOrEmpty ( this arg ) : IArg
arg this
Результат IArg

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

public static IsNotNullOrWhiteSpace ( this arg ) : IArg
arg this
Результат IArg

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

public static Length ( this arg, int length ) : IArg
arg this
length int
Результат IArg

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

public static StartsWith ( this arg, string value ) : IArg
arg this
value string
Результат IArg