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