C# 클래스 Endjin.SpecFlow.Selenium.Framework.Extensions.StringExtensions

파일 보기 프로젝트 열기: endjin/Endjin.SpecFlow.Selenium

공개 메소드들

메소드 설명
AsBool ( this value ) : bool?
AsInt ( this value ) : int?
IsNullOrEmpty ( this value ) : bool

메소드 상세

AsBool() 공개 정적인 메소드

public static AsBool ( this value ) : bool?
value this
리턴 bool?

AsInt() 공개 정적인 메소드

public static AsInt ( this value ) : int?
value this
리턴 int?

IsNullOrEmpty() 공개 정적인 메소드

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