NothingToBooleanConverterConvert Method
Converts to if the value exists; otherwise, .
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
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
- value Object
- Value to convert.
- targetType Type
- Target type to convert.
- parameter Object
- Parameter to convert.
- culture CultureInfo
- Culture information reference.
ObjectObject with the value converted.
IValueConverterConvert(Object, Type, Object, CultureInfo)