MultiDecodeType.TryParse
MultiDecodeType.TryParse method
Converts the string representation of a MultiDecodeType to its instance. A return value indicates whether the conversion succeeded or failed.
public static bool TryParse(string parsingType, out MultiDecodeType result)
| Parameter | Type | Description |
|---|---|---|
| parsingType | String | A string in the format as either “AllSupportedTypes” or “EAN8,EAN13,CodaBar” to convert. |
| result | MultiDecodeType& | An actual MultiDecodeType is returned, when conversion has completed successfully; |
Return Value
true if s was converted successfully; otherwise, false.
See Also
- class MultiDecodeType
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode