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