IT25 Function

Top  Previous  Next

Encodes a string using Interleaved 2 of 5 format.

Public Function IT25(ByVal Src As String, ByVal CheckDigit As Boolean) As String

Parameters

Src

    String to be encoded using Interleaved 2 of 5 format.

CheckDigit

    Indicates whether a check digit character should be inserted into barcode string.

 

Return Value

Interleaved 2 of 5 format barcode string.