in_TransactionItem.SpecificContect(“WIID”).ToString
Compiler error(s) encountered processing expression “in_TransactionItem(“WIID”).ToString”.
Option Strict On disallows implicit conversions from ‘String’ to ‘Integer’.
specific content is not a member of string
how can I solve this error?