Interface IHasBindingValueConverterParam Last update: 16.07.2025 Namespace: VM Assembly: VM.dll Converts the data type of a value bound to a symbol to another data type. public interface IHasBindingValueConverterParam Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) 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.