Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > BarcodeData Class : ToString Method |
public override string ToString()
'Declaration
Public Overrides Function ToString() As String
'Usage
Dim instance As BarcodeData Dim value As String value = instance.ToString()
public override string ToString()
- (NSString *)description
@Override public String toString()
function Leadtools.Barcode.BarcodeData.ToString()
public: String^ ToString(); override
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
.