Encodes a string using Interleaved 2/5 format.
Public Function IT25Encode(ByVal Src As String, ByVal CheckDigit As Boolean) As String |
Parameters
Src
String to be encoded using Interleaved 2/5 format.
CheckDigit
Indicates whether a check digit character should be inserted into barcode string.
Return Value
Interleaved 2/5 format barcode string.