GetTooltipMaxWidthConverterConvert - метод

Converts a value.

Definition

Пространство имён: Tessa.UI.Views.Content.Table
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Параметры

value  Object
The value produced by the binding source.
targetType  Type
The type of the binding target property.
parameter  Object
The converter parameter to use.
culture  CultureInfo
The culture to use in the converter.

Возвращаемое значение

Object
A converted value. If the method returns , the valid null value is used.

Реализации

IValueConverterConvert(Object, Type, Object, CultureInfo)

См. также