AddressFactoryBaseGetPostcode Method
Gets the information for a Postcode.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static Postcode? GetPostcode(
string? code
)
- code String
- Postal Service code.
Postcode is returned if the Postcode is not found.
If the postcodes are cached and the code has not been referenced this will return null.