Click or drag to resize

AddressFormatterGetOrderedComponents Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the order of the properties that represent parts of an address, as a user in the given culture might expect to enter them.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IEnumerable<string> GetOrderedComponents(
	string cultureName
)

Parameters

cultureName
Type: SystemString
The culture name to format the string for.

Return Value

Type: IEnumerableString
An IEnumerable of strings.

Implements

IAddressFormatterGetOrderedComponents(String)
See Also