Skip to content

Determine Special Character Value #660

Answered by rynsp8
rynsp8 asked this question in Q&A
Discussion options

You must be logged in to vote

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()); };

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rynsp8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant