Constructor ArcadeExpression
ArcadeExpression(String)
Initializes a new instance of the Arcade
Declaration
public ArcadeExpression(string expression)
Parameters
Type | Name | Description |
---|---|---|
System. |
expression | The expression to be evaluated. If set to an empty expression string then the evaluation will return |
Remarks
The Title and Name will default to empty strings.
The Return
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |
ArcadeExpression(String, String, String)
Initializes a new instance of the Arcade
Declaration
public ArcadeExpression(string expression, string title, string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
expression | The expression to be evaluated. If set to an empty expression string then the evaluation will return |
System. |
title | The title of the expression. |
System. |
name | The name of the expression. |
Remarks
The Return
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |
ArcadeExpression(String, String, String, ArcadeExpressionReturnType)
Initializes a new instance of the Arcade
Declaration
public ArcadeExpression(string expression, string title, string name, ArcadeExpressionReturnType returnType)
Parameters
Type | Name | Description |
---|---|---|
System. |
expression | The Arcade expression to be evaluated. If set to an empty expression string then the evaluation
will return zero, |
System. |
title | The title of the expression. |
System. |
name | The name of the expression. |
Arcade |
returnType | The type to cast the evaluated value to. |
Remarks
If the Arcade expression evaluates to a result which differs from Arcade
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |