Parse
DecodeType.Parse method
将 SingleDecodeType 的字符串表示形式转换为其实例。 返回值指示转换是成功还是失败。
public static bool Parse(string parsingType, out SingleDecodeType result)
范围 | 类型 | 描述 |
---|---|---|
parsingType | String | 包含要转换的 SingleDecodeType 表示的字符串。 |
result | SingleDecodeType& | 当转换成功完成时,返回一个实际的 SingleDecodeType; |
返回值
真的如果 s 转换成功;否则, 错误的.
也可以看看
- class SingleDecodeType
- class DecodeType
- 命名空间 Aspose.BarCode.BarCodeRecognition
- 部件 Aspose.BarCode