Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2015 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8b38cb773133b857aec9 to your computer and use it in GitHub Desktop.
Save anonymous/8b38cb773133b857aec9 to your computer and use it in GitHub Desktop.
If Not objReader.Item(6) Is DBNull.Value Then
If objReader.Item(6) <> "***" Then
varPhoneAreaCode = Convert.ToInt32(objReader.Item(6))
End If
End If
If Not objReader.Item(7) Is DBNull.Value Then
If objReader.Item(7) <> "*******" Then
varPhoneNumber = Convert.ToInt32(objReader.Item(7))
End If
End If
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment