C# Class Rolcore.Geography.IntExtensions

Extension methods for int.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
ToUsa5DigitPostalCode ( this i ) : string

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

Method Details

ToUsa5DigitPostalCode() public static méthode

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