NullToGivenStringConverterConvert - метод
Converts a value.
Пространство имён: Tessa.UI.DataСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public Object Convert(
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
Public Function Convert (
value As Object,
targetType As Type,
parameter As Object,
culture As CultureInfo
) As Object
public:
virtual Object^ Convert(
Object^ value,
Type^ targetType,
Object^ parameter,
CultureInfo^ culture
) sealed
abstract Convert :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
override Convert :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
- 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.
ObjectA converted value. If the method returns
, the valid null value is used.
IValueConverterConvert(Object, Type, Object, CultureInfo)