Barcode Xpress for Java v14.0 - Updated January 7, 2025
com.accusoft.barcodexpress Package / Result Class / getValue Method
In This Topic
getValue Method
In This Topic

Gets the value of the recognized barcode.

If the barcodes being recognized are encoding binary data, use the getData method to return the result value instead.
Syntax
public java.lang.String getValue()

Return Value

a string which contains one or many characters which represent the value of the barcode.
See Also