C# Class Owin.LintValidationHelperExtensions

Exibir arquivo Open project: remitaylor/knack

Public Methods

Method Description
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

Method Details

ContainsNonASCII() public static method

public static ContainsNonASCII ( this value ) : bool
value this
return bool

DoesNotHaveKey() public static method

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

IsAnInteger() public static method

public static IsAnInteger ( this value ) : bool
value this
return bool

IsLowercase() public static method

public static IsLowercase ( this value ) : bool
value this
return bool

IsNotAnInteger() public static method

public static IsNotAnInteger ( this value ) : bool
value this
return bool

IsNull() public static method

public static IsNull ( this value ) : bool
value this
return bool

IsNullOrWhiteSpace() public static method

public static IsNullOrWhiteSpace ( this value ) : bool
value this
return bool

IsWhiteSpace() public static method

public static IsWhiteSpace ( this value ) : bool
value this
return bool