C# Class Seterlund.CodeGuard.Validators.StringValidatorExtensions

Afficher le fichier Open project: barsgroup/Guard

Méthodes publiques

Méthode Description
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

Method Details

Contains() public static méthode

public static Contains ( this arg, string value ) : IArg
arg this
value string
Résultat IArg

EndsWith() public static méthode

public static EndsWith ( this arg, string value ) : IArg
arg this
value string
Résultat IArg

IsMatch() public static méthode

public static IsMatch ( this arg, string pattern ) : IArg
arg this
pattern string
Résultat IArg

IsNotEmpty() public static méthode

public static IsNotEmpty ( this arg ) : IArg
arg this
Résultat IArg

IsNotNullOrEmpty() public static méthode

public static IsNotNullOrEmpty ( this arg ) : IArg
arg this
Résultat IArg

IsNotNullOrWhiteSpace() public static méthode

public static IsNotNullOrWhiteSpace ( this arg ) : IArg
arg this
Résultat IArg

Length() public static méthode

public static Length ( this arg, int length ) : IArg
arg this
length int
Résultat IArg

StartsWith() public static méthode

public static StartsWith ( this arg, string value ) : IArg
arg this
value string
Résultat IArg