Splits a Street Address into its component parts.

Syntax

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

Parameters

NameTypeOptionalByRefDescription
streetAddressFull String The 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.
Member of:
finSupportedCountryBase
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0