VB.NET
If I have string, say “Code 128”, How can I parse the set of types to resolve the DecodeBaseType?
Something like?
DirectCast([Enum].Parse(GetType(Aspose.BarCode.BarCodeRecognition.DecodeType), cboBarcodeType.Text), Aspose.BarCode.BarCodeRecognition.BaseDecodeType)
Many thanks