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

AVL.MIL1DcodeFormatToBarcodeFormat

Converts a MIL1DcodeFormat object to a BarcodeFormat.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inFormatAvlNet.MIL1DcodeFormat
outFormatAvlNet.BarcodeFormat

Errors

List of possible exceptions:

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

See also