Click or drag to resize

AddressSerializerToDataBaseString Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts an IStructuredAddressData into a pipe ('|') separated string of values to store in a database.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string ToDataBaseString(
	IStructuredAddressData address
)

Parameters

address
Type: Telogis.GeoBase.AddressesIStructuredAddressData
The IStructuredAddressData to be formatted.

Return Value

Type: String
A pipe ('|') separated string of values.

Implements

IAddressSerializerToDataBaseString(IStructuredAddressData)
See Also