if e.DataRow("身份证号") IsNot Nothing Then
Dim t As Integer = Date.Today.year
Dim y As Date = ReadBirthday(e.DataRow("身份证号"))
Dim d AS Integer = y.Year
e.DataRow("年龄") = t - d
End if