Encodes the barcode value using the barcode definition code.
Encode(var tempBlobBuffer: Codeunit "Temp Blob"; barcodeValue: Text; barcodeDefinitionCode: Code[20])
Type: Codeunit "Temp Blob"
Temp Blob codeunit instance to store the encoded barcode.
Type: Text
Barcode Value to encode.
Type: Code[20]
Code of the Barcode Format Definition to be used for encoding.
Encode(Codeunit, Text, enum)
Encode(Codeunit, Text, Record)
Encode(Codeunit, Text, enum, Decimal)
Encode(Codeunit, Text, enum, Decimal, Decimal)
Encode(Codeunit, Text, enum, Decimal, Decimal, Decimal)
Encode(Codeunit, Text, enum, Decimal, Decimal, Decimal, Boolean)