VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / HibcLicSecondaryDataStructure Class / HibcLicSecondaryDataStructure Constructor(String,String,String,String)
Syntax Exceptions Requirements SeeAlso
In This Topic
    HibcLicSecondaryDataStructure Constructor(String,String,String,String)
    In This Topic
    Initializes a new instance of the HibcLicSecondaryDataStructure class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal expiryDateString
    The expiry date string.
    As String, _
    ByVal expiryDateStringFormat
    The format of expiry date string.
    As String, _
    ByVal lotNumber
    The lot or batch number.
    As String, _
    ByVal serialNumber
    The serial number.
    As String _
    )

    Parameters

    expiryDateString
    The expiry date string.
    expiryDateStringFormat
    The format of expiry date string.
    lotNumber
    The lot or batch number.
    serialNumber
    The serial number.
    Exceptions
    ExceptionDescription
    Thrown if lotNumber is not equal null and serialNumber is not equal null.
    Thrown if lotNumber, expiryDateString or serialNumber has invalid format.
    Thrown if expiryDateStringFormat has unsupported date format.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also