Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.CountryISO3166.CombineCityStateZip Method

Given a country name, combine the city, state and zip fields for user display.

Class: YetaWF.Core.Components.CountryISO3166
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static string CombineCityStateZip(
    string country,
    string city,
    string state,
    string zip );

Parameters

country

The country name.

city

The city portion of the address.

state

The state portion of the address.

zip

The zip code/postal code portion of the address.

Return Value

Returns the information formatted based on the country's AddressType.

See Also YetaWF.Core.Components.CountryISO3166 ClassYetaWF.Core Overview