'Declaration Protected Overridable Function GetSubsetValueFromBarcodeValue( _
ByVal barcodeValueThe barcode value.As String _
) As String
protected virtual string GetSubsetValueFromBarcodeValue(
string barcodeValue
)
protected: virtual string* GetSubsetValueFromBarcodeValue(
string* barcodeValue
)
protected:
virtual string^ GetSubsetValueFromBarcodeValue(
string^ barcodeValue
)
Parameters
- barcodeValue
- The barcode value.
Return Value
The subset value.