AddressFactoryBaseGetPostcode Method

Gets the information for a Postcode.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static Postcode? GetPostcode(
	string? code
)

Parameters

code  String
Postal Service code.

Return Value

Postcode
is returned if the Postcode is not found.

Remarks

If the postcodes are cached and the code has not been referenced this will return null.

See Also