Skip to content

v1.0.26

Compare
Choose a tag to compare
@zzzprojects zzzprojects released this 11 Nov 21:04
· 342 commits to master since this release

Download the library here

FIXED: String Interpolation mixed with string method

Example:

var s3 = Eval.Execute("My Date: $\"{DateTime.Now.ToString('MM-dd-yyyy')}\"");
var s4 = Eval.Execute("My Date: $'{DateTime.Now.ToString(\"MM-dd-yyyy\")}'");

PRO Version unlocked for the current month (Unlimited characters)