MultyDecodeTypeToString Method |
Overridden method representing MultyDecodeType as a string.
Namespace:
Aspose.BarCode.BarCodeRecognition
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
String
A string representing MultyDecodeType instance as "singleDecodeType1, singleDecodeType2, ..."
"AllSupportedTypes" returns when all types are included.
See Also