You are here: Start » AVL.NET » Function Reference » Conversions » 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 | |
|---|---|---|---|---|---|
![]() | inFormat | AvlNet.MIL1DcodeFormat | |||
![]() | outFormat | AvlNet.BarcodeFormat |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unsupported barcode format type in the conversion from MIL barcode to AVL barcode format. |


