Split a Full Street Address into its component parts.

Internally this uses the functionality contained in the relevant Supported Country class based on the supplied CountryNameOrCode.

Syntax

finAddressing.StreetSplit(streetAddressFull, streetUnit, streetNumber, streetName, streetType, streetDirection, [deliveryType], [countryCodeOrName])

Parameters

NameTypeOptionalByRefDescription
streetAddressFull String The Full Street Address.
streetUnit String ByRef The Street Unit.
streetNumber String ByRef The Street Number.
streetName String ByRef The Street Name.
streetType String ByRef The Street Type.
streetDirection String ByRef The Street Direction.
deliveryType iseAddressDeliveryType Optional ByRef This will be set to a value other than 'Unspecified' if the Street Address line gives a hint about the Delivery Type, e.g. PO BOX 1234 might return a Street Number of 1234 and a Delivery Type of PoBox. If omitted, a value of iseAddressDeliveryType.Unspecified is assumed.
countryCodeOrName String Optional The Country Name or Code.
Member of:
finAddressing
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0