Gets the data of this barcode as an ASCII string.
public override string ToString()
Public Overrides Function ToString() As String
public override string ToString()
- (NSString *)description
@Override public String toString()
function Leadtools.Barcode.BarcodeData.ToString()
public:
String^ ToString(); override
A String that represents the data of this BarcodeData object as an ASCII text string.
This method returns the same exact value as the Value property. It is used to convert this BarcodeData object to a human readable format that can be used anywhere Object.ToString is used, for example, in Console.WriteLine
.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET