C# Class ExpressEmail.Extensions.StringExtensions

ファイルを表示 Open project: luis-ramirez/express-email

Public Methods

Method Description
IsEmail ( this value ) : bool
IsNullOrWhiteSpace ( this value ) : bool

Method Details

IsEmail() public static method

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

IsNullOrWhiteSpace() public static method

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