Given the Address Format "key", returns the associated formula used to build the Full Address

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string GetAddressFormula(
	int addressFormat
)
Visual Basic
Public Function GetAddressFormula ( _
	addressFormat As Integer _
) As String
Visual C++
public:
String^ GetAddressFormula(
	int addressFormat
)

Parameters

addressFormat
Type: System..::..Int32
The Address Format "key"

Return Value

The Formula that should be used to build the full address

See Also