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


