Click or drag to resize

AddressFormatterCreateFromConfig Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an IAddressFormatter from a string. The string needs to be valid xml.

Namespace:  Telogis.GeoBase.Addresses
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static IAddressFormatter CreateFromConfig(
	string configString
)

Parameters

configString
Type: SystemString
The configuration as a string.

Return Value

Type: IAddressFormatter
An IAddressFormatter with the given configuration.
See Also