Print address in country specific format
-
Hello, I have a problem. I have a email stored in database in fields (e.g. AddressLine1, Postal Code, Zip .. e.t.c.) I need a solution to display address to user in selected country format. It does't matter online service or offline dll. It doesn't matter free or paid service. Please, help
-
Hello, I have a problem. I have a email stored in database in fields (e.g. AddressLine1, Postal Code, Zip .. e.t.c.) I need a solution to display address to user in selected country format. It does't matter online service or offline dll. It doesn't matter free or paid service. Please, help
I'm confused at what you require. :confused: Can you give some examples of what you need ? Aren't all emails basically in the same format? name@domain I'll try to help you. :rose:
-
Hello, I have a problem. I have a email stored in database in fields (e.g. AddressLine1, Postal Code, Zip .. e.t.c.) I need a solution to display address to user in selected country format. It does't matter online service or offline dll. It doesn't matter free or paid service. Please, help
If you are talking about the order of address components. i.e. (State, ZipCode) or (ZipCode, State) etc. then use String.Format function. The format string specific to each country may be stored in database.