public void ParseAddress( string address, Address resultingAddress, string threeLetterRegionCode, string twoLetterIsoRegionCode );
resultingAddress
Address object that will keep the parsed address.
threeLetterRegionCode
Three letter region code (such as "USA" or "AUT") that is to be assumed if no country is specified.
twoLetterIsoRegionCode
Two letter ISO region code (such as "US" or "AT") that is to be assumed if no country is specified.