ZoomLevelConverter::ConvertBack Method (Object^, Type^, Object^, CultureInfo^)

 

Converts the value from string to double.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
virtual Object^ ConvertBack(
	Object^ value,
	Type^ targetType,
	Object^ parameter,
	CultureInfo^ culture
) sealed

Parameters

value
Type: System::Object^

The zoom level as String.

targetType
Type: System::Type^

The type of the binding target property.

parameter
Type: System::Object^

The converter parameter to use.

culture
Type: System.Globalization::CultureInfo^

The culture to use in the converter.

Return Value

Type: System::Object^

The Double value of the zoom level. Returns UnsetValue if the conversion fails.

Return to top
Show: