Hi , I am trying to search a word in the extracted information from pdf which is stored in variable ‘j’. However, in the assign, k = j.toString and text1 = k.Substring(“h-CLOUD NO S12345-AB”). There is a validation error 'option strict on disallows implicit conversions from string to integer for the k.substring… I cannot change ‘j’ variable’s type argument to string as after extracting from pdf it has numbers and characters. How can i overcome this validation error?
Thank you xoxo