Interface IHasBindingValueConverterParam Last update: 03.07.2024 Namespace: VM Assembly: VM.dll Converts the data type of a value bound to a symbol to another data type. public interface IHasBindingValueConverterParam Methods Convert(params object[]) Convert a value bount to a symbol. object Convert(params object[] parameter) Parameters parameter object[] Parameters to convert. Returns object The converted value.