# PersonFileAdapter

This reads a text file to fill an array of Person data.

  • Record Structure:
    a. Record Structure:
    i. First Name : String
    ii. Last Name : String
    iii. Gender : GenderType
    iv. Birthdate : Date
Last updated on: 9/21/2019, 11:09:56 PM