SingleDecodeType.GetString
GetString()
Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.
public string GetString()
Return Value
A string representing the complete value of the single decode type
See Also
- class SingleDecodeType
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
GetString(SingleDecodeType)
Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.
public static string GetString(SingleDecodeType instance)
Parameter | Type | Description |
---|---|---|
instance | SingleDecodeType | The SingleDecodeType instance to convert |
Return Value
A string representing the complete value of the given single decode type
See Also
- class SingleDecodeType
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode