NegateBooleanConverter::Convert Method (Object^, Type^, Object^, CultureInfo^)

 

Returns a value that is the negation of the specified Boolean value.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Parameters

value
Type: System::Object^

The value to convert.

targetType
Type: System::Type^

The type to which to convert the value.

parameter
Type: System::Object^

Not used.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: System::Object^

A value that is the negation of the specified Boolean value.

Return to top
Show: