←Select platform

LookupNameSuffix Method

Summary

Looks up an AAMVANameSuffix with a given suffix code.

Syntax
C#
VB
C++
public static AAMVANameSuffix LookupNameSuffix( 
   string suffixCode 
) 
Public Shared Function LookupNameSuffix( 
   ByVal suffixCode As String 
) As AAMVANameSuffix 
public:  
   static AAMVANameSuffix^ LookupNameSuffix( 
      String^ suffixCode 
   ) 

Parameters

suffixCode

The suffix code.

Return Value

An AAMVANameSuffix corresponding to the given suffix code. If the code is unknown, AAMVANameSuffix.Unknown will be returned.

Remarks

Arabic (2ND) and Roman (II) style suffix codes can both be used.

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