C# 클래스 Rolcore.Geography.IntExtensions

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

공개 메소드들

메소드 설명
ToUsa5DigitPostalCode ( this i ) : string

Converts the given int to a 5-digit USA zip code.

메소드 상세

ToUsa5DigitPostalCode() 공개 정적인 메소드

Converts the given int to a 5-digit USA zip code.
public static ToUsa5DigitPostalCode ( this i ) : string
i this Specifies the number to convert.
리턴 string