IAddressFormatterGetLines Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the lines format of the given
IAddressData with the given culture.
Namespace:
Telogis.GeoBase.Addresses
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax IEnumerable<string> GetLines(
IAddressData address,
string cultureName
)
Function GetLines (
address As IAddressData,
cultureName As String
) As IEnumerable(Of String)
Parameters
- address
- Type: Telogis.GeoBase.AddressesIAddressData
The address to format. - cultureName
- Type: SystemString
The culture name to format the string for. If empty, the culture will be inferred from the country of the address.
Return Value
Type:
IEnumerableStringThe formatted address as a list of strings.
See Also