IAddressFormatterGetLocalizedUnitString Method (AddressUnit, String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts the given
AddressUnit array into a well-formatted string for the given culture.
Namespace:
Telogis.GeoBase.Addresses
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax string GetLocalizedUnitString(
AddressUnit[] units,
string cultureName
)
Function GetLocalizedUnitString (
units As AddressUnit(),
cultureName As String
) As String
Parameters
- units
- Type: Telogis.GeoBase.AddressesAddressUnit
The units to covert to a string. - cultureName
- Type: SystemString
The culture name to format the string for.
Return Value
Type:
StringThe formatted unit string.
See Also