NoEmptyStringConverterConvert Method

CVB.Net Documentation
Conversion.

Namespace:  Stemmer.Cvb.Wpf.Converters
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
value to be converted
targetType
Type: SystemType
target type to convert the value to
parameter
Type: SystemObject
conversion specification (must be of type BoolToVisibilityConversion)
culture
Type: System.GlobalizationCultureInfo
ignored

Return Value

Type: Object
conversion result

Implements

IValueConverterConvert(Object, Type, Object, CultureInfo)
See Also

Reference