    

 ## On this page

  

 

 # Interface IHasBindingValueConverterParam

 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 IHasBindingValueConverterParam

```

## Methods

### Convert(params object\[\])

Convert a value bount to a symbol.

```csharp
object Convert(params object[] parameter)

```

#### Parameters

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

Parameters to convert.

#### Returns

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

The converted value.