Click or drag to resize

IAddressSerializerToDataBaseString Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts an IStructuredAddressData into a string for storing in a database.

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

Parameters

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

Return Value

Type: String
A formatted string of values.
See Also