C# 클래스 TypeLess.StringAssertExtensions

파일 보기 프로젝트 열기: jansater/TypeLess 1 사용 예제들

비공개 메소드들

메소드 설명
DoesNotContain ( this source, string text ) : IStringAssertion
DoesNotContainAlphaChars ( this source ) : StringAssertion
DoesNotContainDigit ( this source ) : StringAssertion
DoesNotEndWith ( this source, string text ) : IStringAssertion
DoesNotStartWith ( this source, string text ) : IStringAssertion
IsEmpty ( this source ) : StringAssertion
IsEmptyOrWhitespace ( this source ) : StringAssertion
IsLongerThan ( this source, int length ) : StringAssertion
IsNotValidEmail ( this source ) : StringAssertion
IsShorterThan ( this source, int length ) : StringAssertion