AddressFormatter Methods |
The AddressFormatter type exposes the following members.
Name | Description | |
---|---|---|
CreateFromConfig |
Creates an IAddressFormatter from a string.
The string needs to be valid xml.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetCountryString |
Converts the given Country into a well-formatted string for the given culture.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLabelNames |
Returns a dictionary of LabelNames mapping to the label name in the given culture.
| |
GetLines |
Gets the lines format of the given IAddressData with the given culture.
| |
GetLinesWithCountry |
Gets the lines format with the country of the given IAddressData with the given culture.
| |
GetLocalizedUnitString(AddressUnit, String) |
Converts the given AddressUnit array into a well-formatted string for the given culture.
| |
GetLocalizedUnitString(AddressUnit, Country) |
Converts the given AddressUnit array into a well-formatted string for the given country.
| |
GetLongLineForm |
Gets the long line format of the given IAddressData with the given culture.
| |
GetLongLineFormWithCountry |
Gets the long line format with the country name of the given IAddressData with the given culture.
| |
GetOrderedComponents |
Returns the order of the properties that represent parts of an address, as a user in the
given culture might expect to enter them.
| |
GetShortLineForm |
Gets the short line format of the given IAddressData with the given culture.
| |
GetShortLineFormWithCity |
Gets the short line format with the City of the given IAddressData with the given culture.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |