You are here: Start » AVL.NET » Function Reference » Conversions » AVL.BarcodeFormatToMIL1DcodeFormat

AVL.BarcodeFormatToMIL1DcodeFormat

Converts BarcodeFormat object to a MIL1DcodeFormat

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BarcodeFormatToMIL1DcodeFormat
(
	AvlNet.BarcodeFormat inFormat,
	out AvlNet.MIL1DcodeFormat outFormat
)

Parameters

Name Type Range Default Description
inFormatAvlNet.BarcodeFormat
outFormatAvlNet.MIL1DcodeFormat

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported barcode format type in the conversion from AVL barcode to MIL barcode format.

See also