RemoteAddressFormatterGetLongLineFormWithCountry Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the long line format with the country name 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 public string GetLongLineFormWithCountry(
IAddressData address,
string cultureName
)
Public Function GetLongLineFormWithCountry (
address As IAddressData,
cultureName As String
) As String
Parameters
- address
- Type: Telogis.GeoBase.AddressesIAddressData
The address to format. - cultureName
- Type: SystemString
The culture name to format the string for.
Return Value
Type:
StringThe formatted address as a string.
See Also