Reflection type parser

Looking for the NRBF (BinaryFormatter) decoder? It's over here.

Enter a reflection-syntax type name in the box below and hit Parse. The parsed name will be displayed.


The parser does not support type names greater than 10 levels of recursion deep. That is, List<List<List<...>>> and int[][][]... are blocked beyond 10 levels of recursion. Email levib@ with questions.