Click or drag to resize

StreetNameDetailsGetConcatenatedNameWithNumber Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the concatenated string of all the street names of this StreetNameDetails object, including street number.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public virtual string GetConcatenatedNameWithNumber(
	string culture
)

Parameters

culture
Type: SystemString
The culture to follow when writing the name and number

Return Value

Type: String
A concatenated string of all the street names.
See Also