Aspose::BarCode::BarCodeRecognition::SingleDecodeType::GetString method

SingleDecodeType::GetString() method

Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.

System::String Aspose::BarCode::BarCodeRecognition::SingleDecodeType::GetString()

ReturnValue

A string representing the complete value of the single decode type

See Also

SingleDecodeType::GetString(System::SharedPtr<SingleDecodeType>) method

Converts the instance of SingleDecodeType to its equivalent string representation. The string format is: “Index:-1; Name:None”.

static System::String Aspose::BarCode::BarCodeRecognition::SingleDecodeType::GetString(System::SharedPtr<SingleDecodeType> instance)
ParameterTypeDescription
instanceSystem::SharedPtr<SingleDecodeType>The SingleDecodeType instance to convert

ReturnValue

A string representing the complete value of the given single decode type

See Also