Click or drag to resize

IAddressSerializerFromDatabaseString Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts a string into an IStructuredAddressData. Must be the same format as a string from ToDataBaseString().

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

Parameters

address
Type: SystemString
The string to build a new IStructuredAddressData from.

Return Value

Type: IStructuredAddressData
An instance of a IStructuredAddressData
See Also