    

 ## On this page

  

 

 # Interface IExpressionEvaluator

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public interface IExpressionEvaluator

```

## Methods

### Evaluate(string)

```csharp
object Evaluate(string expression)

```

#### Parameters

`expression` [string](https://learn.microsoft.com/dotnet/api/system.string)

#### Returns

[object](https://learn.microsoft.com/dotnet/api/system.object)

### TryEvaluate&lt;T&gt;(string, out T)

```csharp
bool TryEvaluate<T>(string expression, out T result)

```

#### Parameters

`expression` [string](https://learn.microsoft.com/dotnet/api/system.string)

`result` T

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

#### Type Parameters

`T`