C# Class Endjin.SpecFlow.Selenium.Framework.Extensions.StringExtensions

Show file Open project: endjin/Endjin.SpecFlow.Selenium

Public Methods

Method Description
AsBool ( this value ) : bool?
AsInt ( this value ) : int?
IsNullOrEmpty ( this value ) : bool

Method Details

AsBool() public static method

public static AsBool ( this value ) : bool?
value this
return bool?

AsInt() public static method

public static AsInt ( this value ) : int?
value this
return int?

IsNullOrEmpty() public static method

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