Formats address given several parts and a AddressYN field

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public static string ParseAddress(
	string showAddress,
	string partOne,
	string partTwo,
	string partThree,
	string partFour,
	string partFive
)
Visual Basic (Declaration)
Public Shared Function ParseAddress ( _
	showAddress As String, _
	partOne As String, _
	partTwo As String, _
	partThree As String, _
	partFour As String, _
	partFive As String _
) As String
Visual C++
public:
static String^ ParseAddress(
	String^ showAddress, 
	String^ partOne, 
	String^ partTwo, 
	String^ partThree, 
	String^ partFour, 
	String^ partFive
)

Parameters

showAddress
Type: System..::.String
Should be display the address or not
partOne
Type: System..::.String
Section 1 of the address
partTwo
Type: System..::.String
Section 2 of the address
partThree
Type: System..::.String
Section 3 of the address
partFour
Type: System..::.String
Section 4 of the address
partFive
Type: System..::.String
Section 5 of the address

Return Value

Full address

See Also