    

 ## On this page

  

 

 # Interface IHasBindingValueConverter

 Last update: 16.07.2025 

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

Converts the data type of a value bound to a symbol to another data type.

```csharp
public interface IHasBindingValueConverter

```

## Methods

### Convert()

Convert a value bount to a symbol.

```csharp
object Convert()

```

#### Returns

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

The converted value.