LibBarcodeSupportBarcodeFormatToString |
Type | handler |
Dictionary | android.barcodesupport |
Library | Android Barcode Support Library |
Syntax | LibBarcodeSupportBarcodeFormatToString(<pFormat>)
|
Associations | com.livecode.library.native.android.barcodesupport |
Summary | Converts a barcode format integer to a readable string.
|
OS | android |
Parameters | Name | Type | Description |
---|
pFormat | | Barcode format integer.
|
|
Values | Name | Type | Description |
---|
return | | Barcode format string.
|
|
Description | Converts a barcode format integer to a readable string.
Note: This handler is for internal use.
|