v1.0.27
Download the library here
FIXED: Cast to array type
Example:
object bytes = new byte[] { 1, 0, 1};
var t1 = Eval.Execute("byte[] castBytes = (byte[])x", new { x = bytes });
PRO Version unlocked for the current month (Unlimited characters)
FIXED: Cast to array type
Example:
object bytes = new byte[] { 1, 0, 1};
var t1 = Eval.Execute("byte[] castBytes = (byte[])x", new { x = bytes });
PRO Version unlocked for the current month (Unlimited characters)