You are here: Start » FIL.NET » Function Reference » Conversions » FIL.MIL1DcodeFormatToBarcodeFormat
Converts a MIL1DcodeFormat object to a BarcodeFormat.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MIL1DcodeFormatToBarcodeFormat ( FilNet.MIL1DcodeFormat inFormat, out FilNet.BarcodeFormat outFormat )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inFormat | FilNet.MIL1DcodeFormat | |||
![]() | outFormat | FilNet.BarcodeFormat |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unsupported barcode format type in the conversion from MIL barcode to FIL barcode format. |


