AddressParser.ParseAddress Method

Parse an address from a string
Public Shared Function ParseAddress( _ 
ByVal original_address As String, _ 
Optional ByVal known_localities As List(Of Locality) = null _ 
) As Address
This language is not supported or no code example is available.
public static Address ParseAddress( 
string original_address
List<Locality> known_localities = null 
)
This language is not supported or no code example is available.
public:  
static Address^ ParseAddress( 
String^ original_address
List<Locality^>^ known_localities 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

original_address
string

<default>

known_localities
List<Locality>

You can provide a list of known localities to help parsing address. Otherwise, the list is loaded from embedded resource.

Return Value

Address

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition