-
Hello all, I need to be able to identify the right facing arrow on the below string from within a PDF. ➢ Hacienda Modifications I've created a simple foreach statement that prints |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently I'm using the below logic, but I imagine there is something better |
Beta Was this translation helpful? Give feedback.
Currently I'm using the below logic, but I imagine there is something better
foreach (var letter in letters) { if(letter.ToString().Contains(" BCDHEE+Wingdings-Regular")) Console.WriteLine("Value: {0}\t\t{1}", letter.Value, letter.ToString()); };