Click or drag to resize

IAddressSerializer Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An interface used to convert IStructuredAddressData objects to strings and vice versa.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IAddressSerializer

The IAddressSerializer type exposes the following members.

Methods
  NameDescription
Public methodFromDatabaseString
Converts a string into an IStructuredAddressData. Must be the same format as a string from ToDataBaseString().
Public methodToDataBaseString
Converts an IStructuredAddressData into a string for storing in a database.
Top
See Also