Parse
DecodeType.Parse method
Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed.
public static bool Parse(string parsingType, out SingleDecodeType result)
Parameter | Type | Description |
---|---|---|
parsingType | String | A string containing a SingleDecodeType representation to convert. |
result | SingleDecodeType& | An actual SingleDecodeType returns, when conversion has completed successfully; |
Return Value
true if s was converted successfully; otherwise, false.
See Also
- class SingleDecodeType
- class DecodeType
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode