  | DoubleToThicknessConverterConvert Method | 
            Converts a value. 
            Null and UnSet are unchanged.
            
Namespace: TomsToolbox.Wpf.ConvertersAssembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntaxprotected override Object Convert(
	Object? value,
	Type? targetType,
	Object? parameter,
	CultureInfo? culture
)
Protected Overrides Function Convert ( 
	value As Object,
	targetType As Type,
	parameter As Object,
	culture As CultureInfo
) As Object
Parameters
- 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.
 
Return Value
Object
            A converted value.
            
See Also