C# 클래스 Rolcore.Geography.StringExtensions

Extension methods for string.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
IsInUsaPostalCodeFormat ( this s ) : bool

Verifies that the input is a valid U.S. postal code.

비공개 메소드들

메소드 설명
CreateUsa5DigitPostalCodeMatcher ( ) : Regex

Creates a regular expression that recognizes a 5-digit postal code.

메소드 상세

IsInUsaPostalCodeFormat() 공개 정적인 메소드

Verifies that the input is a valid U.S. postal code.
public static IsInUsaPostalCodeFormat ( this s ) : bool
s this The postal code to validate.
리턴 bool