not String.IsNullOrWhiteSpace(in_TransactionItem(0)(“First Name”).tostring) And (in_TransactionItem(1)("Last Name ").tostring)
and its throwing me error as
Argument ‘Condition’: BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘Boolean’. The selected value is incompatible with the property type.
Not String.IsNullOrWhiteSpace(in_TransactionItem(0)("First Name").ToString) AndAlso Not String.IsNullOrWhiteSpace(in_TransactionItem(1)("Last Name").ToString)