←Select platform

ToString Method

Summary

Formatted AAMVA barcode data that can be written to a PDF417 barcode, encoded as a UTF-8 string.

Syntax
C#
VB
C++
public override string ToString() 
Public Overrides Function ToString() As String 
public:  
   virtual String^ ToString() override 

Return Value

The AAMVA data in string form.

Remarks

This function just wraps GetBytes() and formats the data as a UTF-8 string.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly