Creates the US Postal Service BarCode from a US ZIP code (PostalCode)

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static string FormatBarCode(
	string postalCode,
	string country,
	string deliveryPointBarCode
)
Visual Basic (Declaration)
Public Shared Function FormatBarCode ( _
	postalCode As String, _
	country As String, _
	deliveryPointBarCode As String _
) As String
Visual C++
public:
static String^ FormatBarCode(
	String^ postalCode, 
	String^ country, 
	String^ deliveryPointBarCode
)

Parameters

postalCode
Type: System..::.String
Postal code
country
Type: System..::.String
Country
deliveryPointBarCode
Type: System..::.String
Delivery point barcode

Return Value

Barcode string

See Also