ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).
TRUSTED BY
Open in new window
The problem is that performance could be not too good . Some tricks might be required to speed up the algorithm.
E.g., first - check if quotation character exists starting from index 1 to length-2 including. If yes - do above. But still might be slow.