C# Класс Rolcore.Geography.StringExtensions

Extension methods for string.
Показать файл Открыть проект

Открытые методы

Метод Описание
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