Sök…


Enkel kodutvärdering

Du kan utvärdera valfri C # -kod:

int value = await CSharpScript.EvaluateAsync<int>("15 * 89 + 95");
var span = await CSharpScript.EvaluateAsync<TimeSpan>("new DateTime(2016,1,1) - DateTime.Now");

Om typen inte anges är resultatet object :

object value = await CSharpScript.EvaluateAsync("15 * 89 + 95");


Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow