←Select platform

ToString Method

Summary
Gets the data of this barcode as an ASCII string.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public override string ToString() 
- (NSString *)description 
@Override public String toString() 
public: 
String^ ToString(); override  
def ToString(self): 

Return Value

A String that represents the data of this BarcodeData object as an ASCII text string.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.