Parses US zip code of 5 digits

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public static string ParseZipCode(
	string zipcode
)
Visual Basic (Declaration)
Public Shared Function ParseZipCode ( _
	zipcode As String _
) As String
Visual C++
public:
static String^ ParseZipCode(
	String^ zipcode
)

Parameters

zipcode
Type: System..::.String
Input zip code

Return Value

Output zip code or NULL on invalid

See Also