Skip to content

DLL for the get details from National Identity Card using C# .NET Framework

Notifications You must be signed in to change notification settings

sachintha00/NIC-Deatils-DLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

NIC-Deatils-DLL

DLL for the get details from National Identity Card using C# .NET Framework

How to use

You must add this dll to your project before using it.

👉First go to the solution explorer on the right side and right click on the references under your project.

👉Then select add references and then click on the browse button, select dll file and click on the ok button.

as follows

ezgif com-gif-maker

👉Then you need to import this code segment

using SMDgetNicDetails;

as follows

Screenshot_2

Now you can create object using GetNicDetails class

GetNicDetails nic;

Then you should pass the Sri Lanka NIC (old/new) as a string using parameterized constructor

nic = new GetNicDetails("200013423310");

Now you can access the property one by one using nic object.

Here, when a wrong nic is given, the return is 0 which you can use when validations.

Screen Shot👇

Screenshot_1

About

DLL for the get details from National Identity Card using C# .NET Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages