P
Peter
Hi
I have an "Address" object, which has properties for a person's
lastname, firstname, street name, house number, house letter etc.
I need to display the data from this address object in different
formats - sometimes I need to display "Highstreet 64A", and other times
"64A Highstreet" for example.
Is there a good method for displaying different formats of a custom
object?
I have seen IFormatProvider and ICustomFormatter, but I haven't yet
ascertained if this is the way to go...
Thanks for any pointers,
Peter
--
I have an "Address" object, which has properties for a person's
lastname, firstname, street name, house number, house letter etc.
I need to display the data from this address object in different
formats - sometimes I need to display "Highstreet 64A", and other times
"64A Highstreet" for example.
Is there a good method for displaying different formats of a custom
object?
I have seen IFormatProvider and ICustomFormatter, but I haven't yet
ascertained if this is the way to go...
Thanks for any pointers,
Peter
--