←Select platform

IDNumber Property

Summary

Card ID number

Syntax
C#
VB
C++
Java
public FieldResult IDNumber { get; set; } 
Public Property IDNumber() As FieldResult 
   Get 
   Set 
public:  
   property FieldResult^ IDNumber 
   { 
      FieldResult^ get() 
      void set(FieldResult^ value) 
   } 
public FieldResult getIDNumber(); 
public void setIDNumber( 
   FieldResult fieldResult 
); 

Property Value

Card ID number found. Default value is null.

Remarks

This value will be null if the reader could not find the expire date.

The ID number is parsed as is from the card including all dashes and spaces and any other characters that might be included.

Example

For an example, refer to IDCardReader.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

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