Info
Version: | 0.8.1 |
Author(s): | Pierlam Project |
Last Update: | Tuesday, September 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Pierlam/ExpressionEval |
NuGet Url: | https://www.nuget.org/packages/Pierlam.ExpressionEval |
Install
Install-Package Pierlam.ExpressionEval
dotnet add package Pierlam.ExpressionEval
paket add Pierlam.ExpressionEval
Pierlam.ExpressionEval Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
Tags
Expression are provided as raw string. It enables you to evaluate easily: logical (Or, And and Not), comparison (=, <>, >, <, <=, >=) or calculation (+, -, *, /) in an application.
Possible to use variable and function call. The component is configurable: double decimal separator, string tag,...