Parses address.
public Address ParseAddress( string address );
Return Value
Address object containing the parsed address
Parameters
address
The string containing full address to be parsed.
Remarks
If the parser is not able to parse a given address, it's gonna raise the InvalidAddress event,
which in turn will have Args holding the source and address object so that the client
will be able to analyze the passed string (source) and the best guess made by the parser (Address object).
Overloads:
See also:
Class AddressParser