Click or drag to resize

RemoteAddressFormatter.GetOrderedComponents 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: System.String
The culture name to format the string for.

Return Value

Type: IEnumerable<String>
An IEnumerable of strings.
See Also