C# 클래스 Owin.LintValidationHelperExtensions

파일 보기 프로젝트 열기: remitaylor/knack

공개 메소드들

메소드 설명
ContainsNonASCII ( this value ) : bool
DoesNotHaveKey ( object>.this value, string key ) : bool
IsAnInteger ( this value ) : bool
IsLowercase ( this value ) : bool
IsNotAnInteger ( this value ) : bool
IsNull ( this value ) : bool
IsNullOrWhiteSpace ( this value ) : bool
IsWhiteSpace ( this value ) : bool

메소드 상세

ContainsNonASCII() 공개 정적인 메소드

public static ContainsNonASCII ( this value ) : bool
value this
리턴 bool

DoesNotHaveKey() 공개 정적인 메소드

public static DoesNotHaveKey ( object>.this value, string key ) : bool
value object>.this
key string
리턴 bool

IsAnInteger() 공개 정적인 메소드

public static IsAnInteger ( this value ) : bool
value this
리턴 bool

IsLowercase() 공개 정적인 메소드

public static IsLowercase ( this value ) : bool
value this
리턴 bool

IsNotAnInteger() 공개 정적인 메소드

public static IsNotAnInteger ( this value ) : bool
value this
리턴 bool

IsNull() 공개 정적인 메소드

public static IsNull ( this value ) : bool
value this
리턴 bool

IsNullOrWhiteSpace() 공개 정적인 메소드

public static IsNullOrWhiteSpace ( this value ) : bool
value this
리턴 bool

IsWhiteSpace() 공개 정적인 메소드

public static IsWhiteSpace ( this value ) : bool
value this
리턴 bool