Simon Mourier's Avatar
Simon Mourier's blog (1807 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI3, AOT, P/Invoke, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • .net
  • algorithms

.Net text calculator (formula parser)

Sep 28, 2011 See the question and my original answer on StackOverflow

You could reuse the Javascript engine that comes with Windows, as explained here: parse and execute JS by C#

It's quite powerful, supports 32-bit and 64-bit architectures, and does not need to be documented, as everyone knows how to write some JS statemements :-)

  • SmoBlog © 2010-2026 Simon Mourier. All rights reserved.
  • Privacy & Terms