C#C
C#15mo ago
Merineth

✅ Is it possible to Parse a string and identify it's type?

I want to scan an index of an array and identify if it's an operator such as (+,-,*) or if it's an operand (doubles). Is this possible?
Was this page helpful?