Formats the address on a single line ( ie. Unit, Street, City, Region, Country, PostalCode )

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string FormatAddress(
	Object Unit,
	Object Street,
	Object City,
	Object Region,
	Object Country,
	Object PostalCode
)
Visual Basic
Public Shared Function FormatAddress ( 
	Unit As Object,
	Street As Object,
	City As Object,
	Region As Object,
	Country As Object,
	PostalCode As Object
) As String

Parameters

Unit
Type: System..::..Object
The unit.
Street
Type: System..::..Object
The street.
City
Type: System..::..Object
The city.
Region
Type: System..::..Object
The region.
Country
Type: System..::..Object
The country.
PostalCode
Type: System..::..Object
The postal code.

Return Value

returnsM:DotNetNuke.Common.Globals.FormatAddress(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)

See Also