IAddressFormatterGetOrderedComponents Method | |
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 IEnumerable<string> GetOrderedComponents(
string cultureName
)
Function GetOrderedComponents (
cultureName As String
) As IEnumerable(Of String)
Parameters
- cultureName
- Type: SystemString
The culture name to format the string for.
Return Value
Type:
IEnumerableStringAn IEnumerable of strings.
See Also