C# 클래스 Seterlund.CodeGuard.Validators.StringValidatorExtensions

파일 보기 프로젝트 열기: barsgroup/Guard

공개 메소드들

메소드 설명
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