Click or drag to resize

AddressFormatterGetLocalizedUnitString Method (AddressUnit, Country)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts the given AddressUnit array into a well-formatted string for the given country.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string GetLocalizedUnitString(
	AddressUnit[] units,
	Country country
)

Parameters

units
Type: Telogis.GeoBase.AddressesAddressUnit
The units to covert to a string.
country
Type: Telogis.GeoBaseCountry
The country to format the string for.

Return Value

Type: String
The formatted unit string.

Implements

IAddressFormatterGetLocalizedUnitString(AddressUnit, Country)
See Also