←Select platform

LookupNameSuffixCodeRoman Method

Summary

Looks up a name suffix code (Roman numeral style) given an AAMVANameSuffix.

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

Parameters

suffix

The AAMVANameSuffix.

Return Value

A name suffix code (Roman numeral style), eg. II

Remarks

For Arabic numeral style (eg. 2ND), use LookupNameSuffixCodeArabic.

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