1. Description
I need to parse a condition that checks that the Name of an entity is "System.Int32" , but because of the dot, I get an error. Could you see why is that happening please? It seems to me that it's a very simple situation.
2. Exception
Unhandled exception. '.' or '(' or string literal expected (at index 19)
3. Fiddle
https://dotnetfiddle.net/hdL13r
1. Description
I need to parse a condition that checks that the Name of an entity is "System.Int32" , but because of the dot, I get an error. Could you see why is that happening please? It seems to me that it's a very simple situation.
2. Exception
Unhandled exception. '.' or '(' or string literal expected (at index 19)
3. Fiddle
https://dotnetfiddle.net/hdL13r